Pookkalam by PRITHVIJITH MANJOO

Code

c1=circle(r=130,fill="#orange",stroke ="none")
r1=rectangle(w=180,h=180,fill="white",stroke="none") | repeat(20,rotate(angle=25))
c2=circle(r=122,fill="#fff700",stroke="none")
r2=rectangle(w=172,h=172,fill="#yellow",stroke="none") | repeat(20,rotate(angle=25))
c3=circle(r=116,fill="#red",stroke="none")
r3=rectangle(w=164,h=164,fill="#white",stroke="none") | repeat(20,rotate(angle=25))
c4=circle(r=111,fill="#orange",stroke="none")
e1=ellipse(w=215,h=215/4,fill="orange",stroke="none") | repeat(18,rotate(angle=10))
e2=ellipse(w=205,h=205/4,fill="#white",stroke="none") | repeat(18,rotate(angle=10))
c5=circle(r=95,fill="#white",stroke="none")
r4=rectangle(w=135,h=135,fill="#white",stroke="none") | repeat(3,rotate(angle=30))
r5=rectangle(w=115,h=115,fill="#ff5500",stroke="#yellow",stroke_width=5) | repeat(3,rotate(angle=30))
e3=ellipse(w=110,h=110/4,fill="#white",stroke="none") | repeat(20,rotate(angle=15))
e4=ellipse(w=80,h=80/4,fill="#14a800",stroke="red",stroke_width="3") | repeat(15,rotate(angle=15))
c6=circle(r=20,fill="yellow",stroke="#eaff00",stroke_width="5")
c7=circle(r=10,fill="white",stroke="red",stroke_width="5")
x=combine([c1,r1,c2,r2,c3,r3,c4,e1,e2,c5,r4,r5,e3,e4,c6,c7])
show(x)