Pookkalam by Adithya Vinod

Code

c1= circle(r=135,stroke_width=30,stroke='#09570C')
c2=circle(x=0,y=118,r=2.5,stroke='none',fill='#340A39')|repeat(150,rotate(2.4))
c3=circle(r=115,stroke_width=5,stroke='#AF601A')
c4=circle(r=100,fill='#17202A',stroke='none')
c5=circle(r=95,fill='#FCF3CF',stroke='none')
c6=circle(r=50,fill='white',stroke='#2E1C1C',stroke_width=5)
c7=circle(r=3,fill='yellow',stroke='none')
s1=rectangle(h=212,w=212,fill='#9B5408',stroke='none')|rotate(10)|repeat(10,rotate(20))
s2=rectangle(h=196,w=196,fill='#DF801A',stroke='none')|rotate(15)|repeat(10,rotate(20))
s3=rectangle(h=181,w=181,fill='yellow',stroke='none')|rotate(20)|repeat(10,rotate(20))
s4=rectangle(h=67,w=67,fill='#AED6F1',stroke='none')|rotate(10)|repeat(10,rotate(20))
s5=rectangle(h=62,w=62,fill='#5DADE2',stroke='none')|rotate(15)|repeat(10,rotate(20))
s6=rectangle(h=57,w=57,fill='#2E86C1',stroke='none')|rotate(20)|repeat(10,rotate(20))
s7=rectangle(h=52,w=52,fill='#1B4F72',stroke='none')|rotate(25)|repeat(10,rotate(20))
e1=ellipse(h=224,w=15,stroke_width=2,stroke='#AB1818')|repeat(100,rotate(3.6))
e2=ellipse(h=10,w=182,stroke_width=2,stroke='maroon')|repeat(10,rotate(2.2))
e3=e2|rotate(90)
e4=e2|rotate(45)
e5=e2|rotate(135)
e6=ellipse(h=68,w=10,stroke='white')|repeat(32,rotate(11.25))
e7=ellipse(h=30,w=5,stroke='#A93226')|repeat(16,rotate(22.5))
l1=line(x1=0,y1=0,x2=21,y2=90,stroke_width=3,stroke='darkgreen')|repeat(8,rotate(45))
show(c1,s1,s2,s3,c2,c3,e1,c4,c5,e2,e3,e4,e5,l1,c6,s4,s5,s6,s7,e6,e7,c7)