Pookkalam by JISHA P

Code

c = circle(r=150,fill=color(r=20,g=140,b=68),stroke ="none")
e1=ellipse (w=150,h=20,x=75,y=0,stroke ='light blue', stroke_width=5,fill=color(r=58,g=50,b=144))
e2=ellipse (w=75,h=20,x=37.5, y=0,stroke='light blue', stroke_width=5,fill=color(r=0,g=30,b=30,a=1))|rotate(22.5)
round1=e1|repeat(32,rotate(11.25))
round2=e2|repeat(8,rotate(45))
s1=rectangle(w=160,h=200,stroke='rose')|repeat(90,rotate(4))
s2=rectangle(w=212.13,h=212.13,stroke ='rose')|repeat(10,rotate(36))
show(c, round1,round2,s1,s2)