Pookkalam by Ayisha Shemine

Code

c = circle(r=8,fill='crimson',stroke_width=0)
e = ellipse(h=50,w=8,fill='Gold',stroke_width=0.2)|repeat(8,rotate(30))
rect=rectangle(h=55,w=55,fill='maroon',stroke_width=0.3)|repeat(3,rotate(60))
rect1=rectangle(h=70,w=70,fill='orangered',stroke_width=0)|repeat(3,rotate(60))
rect2=rectangle(h=80,w=80,fill='brown',stroke_width=0)|repeat(3,rotate(60))
e1=ellipse(h=110,w=50,fill='Gold',stroke_width=0.3)|repeat(8,rotate(30))
e2=ellipse(h=140,w=50,fill='darkgreen',stroke_width=0.3)|repeat(8,rotate(30))
rect3=rectangle(h=113,w=113,fill='pink',stroke_width=0.2)|repeat(3,rotate(60))
rect4=rectangle(h=120,w=120,fill='green',stroke_width=0.2)|repeat(3,rotate(60))
e3=ellipse(h=190,w=50,fill='orange',stroke_width=0.3)|repeat(8,rotate(30))
c1=circle(r=95,fill='black')
rect5=rectangle(h=175,w=175,fill='gold',stroke_width=0)|repeat(25,rotate(30))
e4=ellipse(h=220,w=115,fill='#FF6347',stroke_width=6)|repeat(8,rotate(30))
rect6=rectangle(h=190,w=190,fill='#87CEEB',stroke_width=0.1)|repeat(25,rotate(30))
rect7=rectangle(h=210,w=210,fill='maroon',stroke_width=2.1)|repeat(25,rotate(30))
e5=ellipse(h=290,w=105,fill='black',stroke_width=0.3)|repeat(8,rotate(30))
show(e5,rect7,rect6,e4,rect5,c1,e3,rect4,rect3,e2,e1,rect2,rect1,rect,e,c)