Pookkalam by Krishnaveni J

Code

e6=ellipse(x=0,y=50,w=80,h=210,fill="#036e17",stroke="none")|repeat(22,rotate(18))
r1=rectangle(w=212,h=212,fill="#124a03",stroke="white") |repeat(10,rotate(10))
show(e6,r1)

c3=rectangle(w=190,h=200,fill="yellow",stroke="#de2e21",stroke_width=1) |repeat(6,rotate(15))
cc=rectangle(w=179,h=180,fill="#d9c404",stroke="#de2e21",stroke_width=1) |repeat(6,rotate(15))
show(c3,cc)

c13=circle(r=117,fill="orange",stroke="none")
show(c13)

c12=rectangle(w=160,h=160,fill="#700909",stroke="none") |repeat(6,rotate(15))
c15=rectangle(w=135,h=135,fill="#d4577f",stroke="none") |repeat(6,rotate(15))
e5=ellipse(w=150,h=50,stroke="white")|repeat(40,rotate(45/6))
show(c12,c15,e5)

e=ellipse(x=0,y=7,w=10,h=190,fill="orange",stroke="none")|repeat(22,rotate(18))
ee=ellipse(x=0,y=7,w=10,h=200,stroke="none")|repeat(22,rotate(18))
e1=ellipse(x=0,y=7,w=10,h=90,fill="green",stroke="none")|repeat(22,rotate(18))
e2=ellipse(x=0,y=6,w=10,h=60,fill='#de0448',stroke="none")|repeat(22,rotate(18))
e15=ellipse(x=0,y=5,w=10,h=40,fill='#f54248',stroke="none")|repeat(22,rotate(18))
e3=ellipse(w=140,h=10,stroke="#4f0a54")|repeat(40,rotate(45/4))
show(ee,e,e1,e2,e15,e3)

c16=circle(r=20,stroke="#57d4b5",stroke_width=3)
c1=circle(r=100,stroke="#f2cb05",stroke_width=6)
c15=circle(r=116,stroke="#ab2105",stroke_width=2)
c2=circle(r=40,stroke="#2e0902",stroke_width=3)
show(c16,c1,c15,c2)