Pookkalam by Ajmal A

Code

c1=circle(r=130,fill="#26030b",stroke ="none")
r1=recr1=rectangle(w=180,h=180,fill="white",stroke="none")tangle(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="#ff9900",stroke="none") | repeat(20,rotate(angle=25))
c3=circle(r=116,fill="#ff5100",stroke="none")
r3=rectangle(w=164,h=164,fill="#b00000",stroke="none") | repeat(20,rotate(angle=25))
c4=circle(r=111,fill="#470000",stroke="none")
e1=ellipse(w=215,h=215/4,fill="white",stroke="none") | repeat(18,rotate(angle=10))
e2=ellipse(w=205,h=205/4,fill="#4308a1",stroke="none") | repeat(18,rotate(angle=10))
c5=circle(r=95,fill="#135203",stroke="none")
r4=rectangle(w=135,h=135,fill="#a60808",stroke="none") | repeat(3,rotate(angle=30))
r5=rectangle(w=115,h=115,fill="#fbff00",stroke="#ff5500",stroke_width=5) | repeat(3,rotate(angle=30))
e3=ellipse(w=110,h=110/4,fill="#990000",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="orange",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)