Pookkalam by Naseef

Code

c = circle(r=145,stroke="#7A8B8B",stroke_width=6,fill="#FFE4E1")
show(c)
show(rectangle(w = 200,h =200,fill="#A2CD5A",stroke="grey",stroke_width=2 )|repeat(40,rotate(10)))

c9=ellipse (w=270,h=50,fill="#FFF8DC",stroke="green",stroke_width=2) | repeat (25,rotate (10))
show(c9)

r1 =  rectangle(w=200,h=200,fill="#CD3333",stroke='PURPLE')|repeat(3,rotate(30))
r2 =  rectangle(w=185,h=180,fill="orange",stroke='orange')|repeat(3,rotate(30))
r3 =  rectangle(w=165,h=160,fill="yellow",stroke='yellow')|repeat(3,rotate(30))
r4 =  rectangle(w=145,h=140,fill="BEIGE",stroke='BEIGE')|repeat(3,rotate(30))
r5 =  rectangle(w=125,h=120,fill="violet",stroke='violet')|repeat(3,rotate(30))
c2 = circle(r=80,fill="VIOLET",stroke='VIOLET')
show(r1,r2,r3,r4,r5,c2)
e1=ellipse(w=125,h=50,x=20,y=0,stroke='#9e0808',stroke_width=3,fill="#f4ff90") | rotate(30)
petal=e1 | repeat(12, rotate(30))
show(petal)
c3 = circle(r=68,fill="brown",stroke='brown')
c4 = circle(r=58,fill="orange",stroke='orange')
c5 = circle(r=48,fill="yellow",stroke='yellow')
c6 = circle(r=38,fill="YELLOW",stroke='YELLOW')
show(c3,c4,c5,c6)
r11 =  rectangle(w=70,h=70,fill="YELLOW",stroke='YELLOW',)| rotate(45)

show(r11)

c2=circle(r=30,fill="green")
show(c2)

layer8=rectangle(w=70,h=79,fill='white',stroke='white')|rotate(15)|repeat(20,rotate(50))
show(layer8)
layer9=rectangle(w=60,h=69,fill='green',stroke='green')|rotate(0)|repeat(20,rotate(50))
show(layer9)
layer10=rectangle(w=50,h=50,fill='white',stroke='white')|rotate(15)|repeat(20,rotate(50))
show(layer10)

r3 =  rectangle(w=35,h=35,fill="orange",stroke='orange')|repeat(10,rotate(20))
c2 = circle(r=15,fill="red",stroke='yellow')
c1 = circle(r=8,fill="GOLD",stroke='GOLD')
show(r3,c2,c1)
e1=ellipse(w=23,h=17,x=20,y=0,stroke='#9e0808',stroke_width=3,fill="#f4ff59") | rotate(22.5)
petal=e1 | repeat(9, rotate(45))
show(petal)
e0=ellipse(h=23,w=5,stroke="orange",stroke_width=2)|repeat(6,rotate(60))
c1=circle(r=3,fill="red",stroke="red")
show(e0,c1)