Pookkalam by Saif Shakeer

Code

c=circle(r=145,fill="green",stroke="brown",stroke_width=10)
r=rectangle(w=205,h=205,fill="pink",stroke="pink")|repeat(10,rotate(30))
r2=rectangle(w=195,h=195,fill="orange",stroke="red",stroke_width=4)|repeat(10,rotate(30))
c1=circle(r=118,fill="#000055",stroke="purple")
e=ellipse(w=236,h=50,fill="pink",stroke="white",stroke_width=5)|repeat(15,rotate(30))
c2=circle(r=75,fill="#000000",stroke="#ff0000")
c3=circle(r=9,x=-57,y=-16,fill="white",stroke="#f57905")|repeat(12,rotate(30))
c5=circle(r=7,x=0,y=-132,fill="grey",stroke="#f2f229")|repeat(12,rotate(30))
e2=ellipse(w=140,h=10,fill="#005500",stroke="yellow")|repeat(10,rotate(30))
c6=circle(r=18,fill="brown",stroke="#550000",stroke_width="5")
c7=circle(r=10,fill="#ff00bb",stroke="#ff00bb")
c8=circle(r=3,x=-57,y=-16,fill="green",stroke="yellow")|repeat(12,rotate(30))
l=line(x1=0,y1=16,x2=0,y2=2,stroke="white")|repeat(25,rotate(15))
c9=circle(r=2,fill="yellow",stroke="yellow")
show(c,r,r2,c1,e,c2,c5,e2,c6,c7,c3,c8,l,c9)