Pookkalam by Maria Joseph

Code

c = circle(r=150,fill="darkred",stroke="darkred")
show(c)
r1=rectangle(h=200,w=200,fill="orange",stroke="orange") | repeat(12,rotate(40))
show(r1)
r2=rectangle(h=190,w=190,fill="yellow",stroke="yellow") | repeat(12,rotate(50))
show(r2)
r3=rectangle(h=180,w=180,fill="white",stroke="white") | repeat(12,rotate(50))
show(r3)
r4=rectangle(h=165,w=165,fill="#e37f71",stroke="#e37f71") | repeat(12,rotate(50))
show(r4)
r5=rectangle(h=155,w=155,fill="#ffd900",stroke="#ffd900") | repeat(15,rotate(60))
show(r5)
c1= circle(r=90,fill="white",stroke="#dbeb34",stroke_width="4")
show(c1)
e=ellipse(h=170,w=60,fill="#ffa600",stroke="#ffa600")| repeat(7,rotate(29))
show(e)
c2= circle(r=70,fill="#e6c5cd",stroke="#f0b6db")
show(c2)
r6=rectangle(h=80,w=110,fill="#6a1078",stroke="#6a1078") | repeat(5,rotate(60))
show(r6)
e1=ellipse(h=110,w=60,fill="white",stroke="yellow")| repeat(10,rotate(40))
show(e1)
c2= circle(r=50,fill="orange",stroke="#f0b6db")
show(c2)
r7=rectangle(h=60,w=60,fill="green",stroke="green") | repeat(10,rotate(70))
show(r7)
e2=ellipse(h=70,w=10,fill="yellow",stroke="yellow")| repeat(10,rotate(70))
show(e2)
c3= circle(r=20,fill="white",stroke="#029fb8",stroke_width="4")
show(c3)
e2=ellipse(h=30,w=4,fill="red",stroke="#029fb8")| repeat(10,rotate(70))
show(e2)