Pookkalam by Salva

Code

c = circle(r=150,fill="#FF8E00",stroke="none")
r=rectangle (w=200,h=200,fill="#006400",stroke="none") | repeat ((3),rotate(30))
r1=rectangle(w=180,h=180,fill="#FCC201",stroke="none") | repeat ((3),rotate(30))
r2=rectangle (w=160,h=160,fill="#E11584",stroke="none") | repeat((3),rotate (30))
c3=circle(r=100,fill="#4B0082",stroke="none")
c1=circle (r=10,x=117,y=67,fill="#FCC201",stroke="none") | repeat((12),rotate(30))
c2=circle(r=4,x=117,y=67,fill="black") | repeat((12),rotate(30))
r3=rectangle(w=140,h=140,fill="#ff7435",stroke="none") | repeat((10),rotate(40))
e=ellipse(w=40,h=100,fill="#4b0082",stroke="1") | repeat((3),rotate(60))
c5=circle(r=37,fill="#ffc201",stroke="none")
c4=circle(r=58,fill="#00753a",stroke="none")
r4=rectangle (w=120,h=120,fill="#ffa135",stroke="none") | repeat((20),rotate(10))
r5=rectangle (w=100,h=100,fill="#ffcb35",stroke="none") | repeat((20),rotate(10))

c7=circle(r=6,x=26,y=10,fill="#b21f35",stroke="none") | repeat((10),rotate(45))
c8=circle(r=10,fill="white",stroke="none")
e1=ellipse(w=40,h=15,fill="black",stroke="none") | repeat((3),rotate(60))
show(c,c1,c2,r,r1,r2,c3,r3,r4,r5,c4,e)
show(c5,c7,e1,c8)