Pookkalam by Aswanth s

Code

c=circle(r=10,fill="#893499")
e=ellipse(w=50,h=22,fill="white") |rotate(45)
e1=ellipse(w=50,h=22,fill="white")|rotate(90)
e2=ellipse(w=50,h=22,fill="white")|rotate(135)
e3=ellipse(w=50,h=22,fill="white")|rotate(180)
e4=circle(r=25,fill="brown")
r=rectangle(w=100,h=100,fill="orange")|rotate(60)
r1=rectangle(w=100,h=100,fill="yellow")|rotate(120)
c1=circle(r=71,fill="green")
c2=circle(r=78,fill="red")
s1=ellipse(w=100,h=60,fill="white")|rotate(45)
s2=ellipse(w=100,h=60,fill="white")|rotate(90)
s3=ellipse(w=100,h=60,fill="white")|rotate(135)
s4=ellipse(w=100,h=60,fill="white")|rotate(180)
r2= rectangle(w=140,h=140,fill="white")|rotate(120)
r3= rectangle(w=140,h=140,fill="white")|rotate(60)
r4= rectangle(w=140,h=140,fill="white")|rotate(90)
r5= rectangle(w=150,h=150,fill="yellow")|rotate(45)
r6= rectangle(w=150,h=150,fill="yellow")|rotate(75)
r7= rectangle(w=150,h=150,fill="yellow")|rotate(105)
r8= rectangle(w=160,h=160,fill="orange")|rotate(120)
r9= rectangle(w=160,h=160,fill="Orange")|rotate(60)
r10= rectangle(w=160,h=160,fill="orange")|rotate(90)
r11= rectangle(w=170,h=170,fill="red")|rotate(45)
r12=rectangle(w=170,h=170,fill="red")|rotate(75)
r13=rectangle(w=170,h=170,fill="red")|rotate(105)
c3=circle(r=122,fill="black")
show (c3,r13,r12,r11,r10,r9,r8,r5,r6,r7,r2,r3,r4,c2,c1,r,r1,s4,s3,s2,s1,e4,e3,e2,e1,e,c)