Pookkalam by AMRITHA G S

Code

c=ellipse(w=50,h=100/3,fill="purple", stroke="brown", x=-50) | repeat(10, rotate(36))
show(c)
c1=ellipse(h=100,w=5,fill="orange")|repeat(50,rotate(15))
c2=ellipse(h=30,w=10,fill="pink")|repeat(50,rotate(15))
c3=circle(r=15,fill="white")
c4=circle(r=7,fill="black")
c5=ellipse(h=30,w=3,fill="yellow")|repeat(200,rotate(20))                                                       
c6=circle(r=100,fill="green")    
c7=circle(r=90,fill="gold")
c8=circle(r=80,fill="maroon")
r1= rectangle(w=200,h=200,fill="orange",stroke="brown",stroke_width=1)|repeat(100, rotate(15)|scale(1))
c9=circle(r=142,fill="red")
c10=circle(r=146,fill="green")
show(c10,c9,r1,c6,c7,c8,c,c1,c2,c3,c4,c5)