Pookkalam by Alena Achankunju Daniel

Code

c1 = circle(r=149,fill='#003705')
c2 = circle(r=143,fill='#FFA604')
e1= ellipse(w=40,h=284,fill='#5A0127',stroke='none')|repeat(12,rotate(15))
e2= ellipse(w=40,h=284,fill='#deccb4')|repeat(4,rotate(45))
e3= ellipse(w=40,h=200,fill='#003705',stroke='none')|repeat(4,rotate(45))
c3 = circle(r=65,fill='#FFA604')
e4= ellipse(w=30,h=119,fill='#5A0127',stroke='none')|repeat(12,rotate(15))
c4 = circle(r=43,fill='#F74F00')
c5 = circle(r=19,fill='#5e0c39')
e5= ellipse(w=10,h=75,fill='#FDBC00',stroke='none')|repeat(12,rotate(15))
c6 = circle(r=7,fill='#F3C100')
show (c1, c2, e1, e2,e3,c3,e4,c4,e5,c5,c6)