Pookkalam by Rishada Kallitta

Code

c1=circle(r=10, fill="orange") 
c2=ellipse(h=50, w=10, fill='yellow') |repeat(200, rotate(200)) 
c3=ellipse(h=60, w=20, fill="violet") | repeat(200, rotate(50)) 
ie=ellipse(w=75, h=40, fill="#ffd700", stroke="orange", stroke_width=8, x=-35) | repeat(25, rotate(40)) 
m0=rectangle(h=130,w=80,fill="green")|repeat(200,rotate(100))
e1=ellipse(h=88,w=90,fill="purple",stroke_width=0.2)|repeat(15,rotate(60))
c4=circle(r=77, fill= "purple") | repeat(15, rotate(60)) 
c5=circle (r=67, fill=" orange") | repeat (15, rotate(60)) 
c6=rectangle(w=91, h=150, fill="red",stroke="none")  | rotate(35) | repeat(50,rotate(80)) 
c7=rectangle(w=130, h=200, fill="grape",stroke="none") | rotate(35) | repeat(50, rotate(80)) 
c8=rectangle(w=140, h=150, fill="#FF69B4", stroke="none") | rotate (25) | repeat(20, rotate(40)) 
c9=rectangle(w=150, h=180, fill="#C32148", stroke="none") | rotate (50) | repeat (50, rotate (65)) 
show(c9,c8,c7,c6, c5, c4, e1, m0, ie,c3, c2, c1)