Pookkalam by Jimshana

Code

c1 = circle(r=145, fill='#341118')
c2 = circle(r=140, fill='#800000')
c3= circle(r=120, fill='yellow')
c4 = circle(r=80,fill="#B22222",stroke="none")
c5 = circle(r=60,fill="#341118",stroke="none")
c6 = circle(r=30,fill="red",stroke="none")
c7 = circle(r=20,fill="orange",stroke="none")
e1=ellipse(x=13,w=22,h=10,stroke="#F36636",fill='#f7da14')
petal=e1| repeat(9, rotate(45))
e2=ellipse(x=20,w=22,h=10,stroke="#F36636",fill='#f7da14')
petal2=e2| repeat(9, rotate(45))
d2 = circle(r=6,y=130,fill="orange",stroke="#341118",stroke_width=4)|repeat(121, rotate(4))
d1 = circle(r=6,y=100,fill="yellow",stroke="#0f6908",stroke_width=4)|repeat(50, rotate(10))
s1=rectangle(y=100,w=100,h=20,stroke='orange') | repeat(90,rotate(4))
s2=rectangle(y=40,w=15,h=5,stroke='orange') | repeat(90,rotate(4))
s3=rectangle(y=70,w=50,h=15,stroke='orange') | repeat(90,rotate(4))
s4=rectangle(y=50,w=10,h=30,stroke='orange') | repeat(90,rotate(4))
show(c1,c2,c3,c4,c5,c6,c7,d1,s1,petal,d2,e1,s2,s3,e2,petal2,s4)