Pookkalam by Abhishek Manu

Code

c1=circle(r=120,fill="#36030b",stroke ="none")

r1=rectangle(w=150,h=130,fill="yellow",stroke="none") | repeat(20,rotate(angle=25))

c2=circle(r=130,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="#b04000",stroke="none") | repeat(20,rotate(angle=25))

c4=circle(r=100/4,fill="#470880",stroke="none")

e1=ellipse(w=215,h=215/4,fill="white",stroke="none") | repeat(18,rotate(angle=10))

e2=ellipse(w=205,h=220/4,fill="#4308a1",stroke="none") | repeat(18,rotate(angle=10))

c5=ellipse(r=95,fill="#139243",stroke="none")

r4=rectangle(w=135,h=135,fill="#a60808",stroke="none") | repeat(3,rotate(angle=30))

r5=rectangle(w=115,h=115,fill="#fbf000",stroke="none",stroke_width=5) | repeat(3,rotate(angle=30))

e3=ellipse(w=110,h=110/4,fill="#990000",stroke="none") | repeat(20,rotate(angle=45))

e4=ellipse(w=80,h=100/4,fill="#14a800",stroke="none",stroke_width="3") | repeat(15,rotate(angle=15))

c6=circle(r=20,fill="white",stroke="#eaff00",stroke_width="5")

c7=circle(r=10,fill="red",stroke="eaff000",stroke_width="8")

x=combine([c1,c2,c3,c4,e1,e2,c5,r4,r5,e3,e4,c6,c7])

show(x)