Pookkalam by Sakeena Fathima

Code

c1 = circle(x=0,y=0,r=150,fill="#871b1b",stroke="#352e2f",stroke_width=3)
c2 = circle(x=0,y=0,r=140,fill="#c41331",stroke="none")
c3 = circle(x=0,y=0,r=135,fill="#db5411",stroke="none")
c4 = circle(x=0,y=0,r=130,fill="yellow",stroke="none")
c5 = circle(x=0,y=0,r=125,fill="#1d350b",stroke="none")
c6 = circle(x=0,y=100,r=25,fill="white",stroke="none")| repeat(9,rotate(45))
c7 = circle(x=0,y=96,r=20,fill="pink",stroke="none")  | repeat(9,rotate(45))
c8 = circle(x=0,y=92,r=15,fill="#bf0f20",stroke="none")  | repeat(9,rotate(45))
c9 = circle(x=0,y=86,r=10,fill="#44180a",stroke="none")  | repeat(9,rotate(45))
c10 = circle(x=0,y=0,r=75,fill="#e0c518",stroke="none")

s1 = ellipse(w=50,h=150,fill="#e51512",stroke="#af0808",stroke_width="6") | repeat(6,rotate(30))
s2 = ellipse(w=5,h=45,fill="#ebfc05") | repeat(20,rotate(10))

show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10)
show(s1,s2)