Pookkalam by Suraj Sukumaran

Code

c=circle(r=147,fill='#f07807', stroke_width=0)
show(c)
c2=circle(r=140, fill='#053004',stroke_width=0)
show(c2)
r1=rectangle(h=195, w=195, fill='yellow', stroke_width=0)| repeat(13, rotate(7))
show(r1)
r2=rectangle(h=190, w=190, fill='red', stroke_width=0)| repeat(13, rotate(10))
show(r2)
r3=rectangle(h=185, w=185, fill='#5ee851', stroke_width=0)| repeat(13, rotate(7))
show(r3)
c3=circle(r=120, fill='#f79400', stroke_width=0)
show(c3)
c4=circle(r=99, fill='#21c259', stroke_width=0)
show(c4)
c5=circle(r=85, fill='#daf700', stroke_width=0)
show(c5)
c6=circle(r=70, fill='#032609',stroke='white', stroke_width=0)
show(c6)
e=ellipse(w=60, h=237, fill='#feffe6', stroke_width=0)|repeat(4, rotate(60))
show(e)
e2=ellipse(w=50, h=227, fill='#0b4f0b', stroke_width=0)|repeat(3, rotate(60))
show(e2)
c7=circle(x=100,y=0,r=10, fill='#d558db', stroke='#eab8f5',stroke_width=4)|repeat(10,rotate(60))
show(c7)
c7=circle(x=40,y=0,r=40,fill='#9c0808',stroke_width=0)|repeat(6,rotate(60))
show(c7)
c8=circle(r=60,fill='yellow',stroke='orange',stroke_width=4)
show(c8)
e3=ellipse(w=50,h=115,fill='red',stroke_width=0)|repeat(2,rotate(90))
show(e3)
c9=circle(r=30,fill='orange',stroke_width=0)
show(c9)
c10=circle(x=20,y=0,r=3,fill='pink',stroke_width=0)|repeat(10,rotate(60))
show(c10)
r4=rectangle(w=15,h=20,fill='#d41c00',stroke='red',stroke_width=0)|repeat(4,rotate(40))
show(r4)