Pookkalam by Aiswarya TP

Code

c = circle(r=145,fill="black ")
c1=circle (r=20,x=125,y=0, fill="#78110a")|repeat (20,rotate (20))
c2=circle (r=15,x=125,y=0,fill="#de6916",stroke ="none ")|repeat (20,rotate (20))
c3=circle (r=10,x=125,y=0,fill="#f7e80c", stroke ="none ")|repeat (20,rotate (20))
c4=circle (r=5,x=125,y=0,fill="White", stroke ="none ")|repeat (20,rotate (20))
c5=circle (r=149,fill="#a6230c")
c6=circle (r=105,fill="#a6230c",stroke="none ")
c7=rectangle (w=140,h=140,fill="#cc6e8a",stroke ="none")|repeat (10,rotate (10))
c8=rectangle (w=130,h=130,fill ="#edd28e", stroke="none ")|repeat (10,rotate (10))
c9=rectangle (w=120,h=120,fill="#cc6e8a", stroke ="none ")|repeat (5,rotate (30))
c10=circle (r=65,fill="#de6916",stroke ="#78110a",stroke_width =7)
c11=circle (r=50,fill="white", stroke ="#f7e80c", stroke_width=7)
c13=ellipse (w=30,h=80,fill="#8a0c47", stroke ="none ")|repeat (20,rotate (30))
c12=ellipse (w=25,h=70,fill="#f593c1", stroke ="none ")|repeat (20,rotate (30))
c14=circle (r=18,fill="#b5590e",stroke ="#871717",stroke_width =6)
c17=circle (r=12,fill="white ", stroke="none")
c15=ellipse (w=10,h=20,stroke ="none", fill="yellow")|repeat (4,rotate (60))
c18=circle (r=2, stroke="#6e0e0e", fill="white ", stroke_width =2)
c16=ellipse (w=5,h=15,stroke ="none ", fill="#de6916 ")|repeat (4,rotate (60))
l=line (x2=18,y2=18,x1=0,y1=0,stroke_width =9,stroke ="#black ")|repeat (40,rotate (30))
show(c5,c,c1,c2,c3,c4,c6,c7,c8,c9,c10,c11,c13,c12,l,c14,c17,c15,c16,c18,)