Pookkalam by NADA.CC

Code

c1 = circle(r=140,fill="yellow",stroke="none")
c2 = circle(r=129,fill="#78002e",stroke="none")

#inner part
c3 = circle(r=75,fill="#B22222",stroke="none")
c4 = circle(r=59,fill="#006400",stroke="none")
c5 = circle(r=30,fill="red",stroke="none")
c6 = circle(r=42,fill="#f4ff59",stroke="none")
c7 = circle(r=5,fill="#C71585",stroke="none")
c8 = circle(r=10,fill="white",stroke="none")
r1 = rectangle(w=80,h=80,fill="#FF4500",stroke="#f4ff59")|repeat(4, rotate(30))
petal = ellipse(w=200,h=59,fill="#FFFAF0",stroke="#78002e",stroke_width="4.5")|repeat(3,rotate(120))
petal2 = petal|rotate(30)
petal3 = ellipse(x=12,y=0,w=20,h=15,fill="yellow",stroke="#800000")|repeat(9,rotate(45))

r2 = rectangle(w=172,h=172,fill="#C71585",stroke="#C71585")|repeat(15,rotate(50))
r3 = rectangle(w=151,h=151,fill="#FF4500",stroke="#FF4500")|rotate(15)|repeat(10,rotate(50))
r4 = rectangle(w=135,h=135,fill="yellow",stroke="yellow")|rotate(0)|repeat(10,rotate(50))

show(c1,c2,r2,r3,r4,petal,petal2,c3,c4,r1,c6,c5,petal3,c8,c7)