Pookkalam by Arya Ramachandran

Code

f=color(r=255,g=0,b=0)
c1=circle(r=5,fill="#FFF0F5",stroke="black", stroke_width=1) 
c2=circle(r=30,fill="#006400")
c3=ellipse(w=60,h=10,fill="#BB0000", stroke="black", stroke_width=1)|repeat(6, rotate(30)) 
c4=circle(r=40,fill="#FFA07A")
c5=rectangle(w=80,h=80,fill="yellow",stroke="black",stroke_width=1)|repeat(150,rotate(150)) 
c6=circle(r=60,fill="#BB0000")
c7=ellipse(w=150,h=95,fill="orange")|repeat(40,rotate(30))
c8=rectangle(h=130,w=130,fill="#BB0000")|repeat(5,rotate(30))
c9=ellipse(w=200,h=95,fill="#000000")|repeat(40,rotate(30))
c10=circle(r=110,fill="#FF1493")
c11=rectangle(h=180,w=180,fill="yellow")|repeat(10,rotate(60))
c12=circle(r=120,fill="#FFA07A")
c13=circle(r=130,fill="#006400")
c14=ellipse(w=280,h=100,fill="#000000")|repeat(40,rotate(30))
c15=circle(r=141,fill="#BB0000")

show(c15,c14,c13,c12,c11,c10,c9,c8,c7,c6,c5,c4,c2,c3,c1)