Pookkalam by Hiba Nasreen

Code

c1=circle(r=10,fill="red",stroke="red",stroke_width=3)
e1=ellipse(w=10,h=70,stroke="skyblue",fill="yellow",stroke_width=3)|rotate(30)|repeat(25,rotate(20))
e2=ellipse(w=30,h=100,fill="#800020")|repeat(90,rotate(25))
r1=rectangle(w=100,h=100,fill="#E346A5",stroke="green",stroke_width=5)|rotate(25)|repeat(5,rotate(30))
c2=circle(r=75,fill="white",stroke="none")
r2 = rectangle(w=120,h=120,fill="black",stroke="none")|repeat(10,rotate(10))
r3=rectangle(w=130,h=130,fill="brown",stroke="none")|rotate(15)|repeat(10,rotate(10))
r4=rectangle(w=140,h=140,fill="red",stroke="none")|rotate(20)|repeat(10,rotate(10))
r5=rectangle(w=150,h=150,fill="orange",stroke="none")|rotate(25)|repeat(10,rotate(10))
r6=rectangle(w=160,h=160,fill="yellow",stroke="none")|rotate(30)|repeat(10,rotate(10))
r7=rectangle(w=170,h=170,fill="#e8e380",stroke="black")|rotate(35)|repeat(10,rotate(10))
e3=ellipse(x=50,y=0,w=150,fill="pink")|repeat(50,rotate(70))
c3=circle(r=150,fill="#25FFD1",stroke="black",stroke_width=2)
r9=rectangle(w=72,h=72,fill="orange",stroke="white")|repeat(90,rotate(25))
r8=rectangle(w=210,h=210,fill="orange",stroke="green",stroke_width=3)|repeat(10,rotate(40))
show(c3,r8,e3,r7,r6,r5,r4,r3,r2,c2,r1,r9,e2,e1,c1)