Pookkalam by Fathima Vahid

Code

#c1=ellipse (w=270,h=50,fill="#F24312" ,stroke="purple" ,stroke_width=3)|repeat(25,rotate(10))
#c2=ellipse(w=259,h=10,fill="#F91EAD" ,stroke="none" )|repeat(25,rotate(10))
#c3=circle(r=100,fill="purple" )
#Flower=c1+c2+c3|scale(0.3)
#s1=flower|translate(x=120,y=0)|repeat(20,rotate(20)
#s2=s1|repeat(2,scale(0.8)|rotate(10))
#s3=s2|repeat(4,scale(0.9)|rotate(10))                                      
#s4=rectangle(w=100,h=100,fill="red" )|repeat(10,rotate(10))                                                             
#s5=rectangle(w=150,h=150,fill="blue" )|repeat(10,rotate(10))
#s6=rectangle(w=130,h=130,fill="green" )|repeat(10,rotate(10))
#s7=rectangle(w=180,h=180,fill="pink" )|repeat(10,rotate(10))
#s8=rectangle(w=80,h=80,fill="brown")|repeat(10,rotate(10))
#s9=rectangle(w=25,h=25,fill="yellow" )|repeat(10,rotate(10))
#show(s3,s7,s5,s6,s4,s8,flower,s9)