Pookkalam by Jeena Joy

Code

e1=ellipse(h=100,w=50,x=0,y=50,stroke="green",stroke_width="2")|repeat(8,rotate(45))
c2=circle(r=100,fill="#fe3a9e")
c1=circle(r=110,fill="#e8d21d")
c5=circle(r=120,fill="#b20238")
c3=circle(r=50,fill="yellow",stroke="none")
c4=rectangle(w=65,h=65,fill="green")|repeat(20,rotate(20)|scale(0.9999))
c6=circle(r=150,fill="#da68a0",stroke="fe3a9e")
e1=ellipse(h=100,w=50,x=0,y=50,stroke="green",stroke_width="2")|repeat(12,rotate(45))
show(c6,c5,c1,c2,c3,c4,e1)