Pookkalam by Femina N

Code

c=circle(r=140,fill="yellow",stroke="black",stroke_width=3)
c1=circle(r=150,fill="rose",stroke="none")
c2=circle(r=90,fill="yellow")

r1=rectangle(w=200,h=140,fill="blue")|rotate(20)|repeat(15,rotate(30))
r2=rectangle(w=230,h=130,fill="#9e0059")|rotate(40)|repeat(13,rotate(40))
r3=rectangle(w=140,h=70,fill="white")|rotate(25)|repeat(15,rotate(30))

e1=ellipse(w=120,h=10,fill="orange")|repeat(40,rotate(30))
e3=ellipse(w=160,h=90,fill="red")|repeat(60,rotate(40))
show(c1,c,r2,r1,c2,r3,e3,e1)