Pookkalam by Sandra Rony

Code

c1 = circle(r=150, fill="black")
show (c1)
c15= circle(r=135,fill="#FF5470")
show(c15)
r1 =rectangle(h=212,w=212,fill="#E25822")|repeat(5,rotate(30))
show(r1)
r2 =rectangle(h=190,w=190,fill="#FFB200")|repeat(5,rotate(30))
show(r2)
r3 =rectangle(h=170,w=170,fill="#FBEC5D")|repeat(5,rotate(30))
show(r3)
c11 = circle(r=95,fill="#014421")
show(c11)
c2=ellipse(w=190,h=95,fill="blue")|repeat(40,rotate(30))
show(c2)
c3 = circle(r=70,fill="	#6C541E")
show(c3)
c6=ellipse(w=170,h=85,fill="violet")|repeat(40,rotate(30))
show(c6)
c7 = circle(r=69,fill="white")
show(c7)
l=line(x1=0,y1=69,x2=0,y2=-69,stroke="#B22222") | rotate(14) | repeat(100,rotate(80))
show(l)

c7=ellipse(w=120,h=45,fill="red")|repeat(40,rotate(30))
show(c7)
c9 = circle(r=40,fill="#8806CE")
show(c9)
c9 = circle(r=35,fill="#C154C1")
show(c9)

r1=rectangle(h=54,w=15,fill="#9EFD38")|repeat(8,rotate(80))
show(r1)
c9 = circle(r=20,fill="#801818")
show(c9)
c9 = circle(r=15,fill="#B22222")
show(c9)
c9 = circle(r=10,fill="#C72C48")
show(c9)
l=line(x1=0,y1=9,x2=0,y2=-9,stroke="green") | rotate(14) | repeat(10,rotate(80))
show(l)