Pookkalam by Jeevan Joseph

Code

c1 = circle(r=150,fill="yellow",stroke="none")
show(c1)
r1=rectangle(h=210, w=210, fill='orange', stroke_width=0)| repeat(13, rotate(7))
show(r1)
r2=rectangle(h=195, w=195, fill='red', stroke_width=0)| repeat(13, rotate(7))
show(r2)
r3=rectangle(h=180, w=180, fill='green', stroke_width=0)| repeat(14, rotate(8))
show(r3)
r4=rectangle(h=160, w=160, fill='gold', stroke_width=0)| repeat(14, rotate(8))
show(r4)
c2 = circle(r=100,fill="cyan",stroke="none")
show(c2)
e1=ellipse(w=50,h=200,fill='red',stroke="orange",stroke_width=5)|repeat(3,rotate(120))
show(e1)
c3 = circle(r=50,fill="yellow",stroke="orange",stroke_width=2)
show(c3)
e2=ellipse(w=30,h=100,fill='orange',stroke="none",stroke_width=3)|repeat(3,rotate(120))
show(e2)
c3 = circle(r=25,fill="red",stroke="none",)
show(c3)
c4=circle(r=12.5,fill="pink",stroke="gold")
show(c4)
r5=rectangle(h=10, w=10, fill='orange', stroke_width=0)| repeat(13, rotate(7))
show(r5)