Pookkalam by Jazz

Code

c1 = circle(r=150,fill="#527328",stroke="none")
c2 = circle(r=140,fill="#fdf125",stroke="none")
c3 = circle(r=105,fill="white",stroke="none")
c4 = circle(r=95,fill="#527328",stroke="none")
c5 = circle(r=30,fill="white",stroke="none")
c6 = circle(r=20,fill="#b61a1e",stroke="none")
c7 = circle(r=12,fill="yellow",stroke="none")

e1 = ellipse(h=280,w=110,fill="#b61a1e",stroke="#b61a1e")|repeat(8,rotate(45))
e2 = ellipse(h=60,w=40,y=65,fill="orange",stroke="none")|repeat(8,rotate(45))
e3 = ellipse(h=40,w=20,y=55,fill="yellow",stroke="none")|repeat(8,rotate(45))
e4 = ellipse(h=20,w=10,y=25,fill="white",stroke="none")|repeat(8,rotate(45))

show(c1,c2,e1,c3,c4,e2,e3,e4,c5,c6,c7)