Pookkalam by Ryan Rosh Mathew

Code

c1=circle(r=149,fill='darkred')
c3=circle(r=50,fill='white',stroke='darkgreen',stroke_width=10)
c2=circle(r=15,fill='maroon',stroke='#808000')
c5=circle(r=8,fill='gold',stroke='#fbffe3')
c6=circle(r=66,fill='maroon',stroke='limegreen')
c7=circle(r=74,fill='gold',stroke='orange',stroke_width=4)

e1= ellipse(x=20, y=0,w=10,fill='yellow') | repeat(36, rotate(10))
e2= ellipse(x=20, y=0,w=10,stroke='red') | repeat(36, rotate(10))

s1=rectangle(w=191,h=191,fill='yellow',stroke='none')|rotate(10)|repeat(9,rotate(15))
s2=rectangle(w=171,h=171,fill='orangered',stroke='none')|rotate(17)|repeat(10,rotate(15))
s3=rectangle(w=151,h=151,fill='darkred',stroke='none')|rotate(24)|repeat(10,rotate(15))
s4=rectangle(w=131,h=131,fill='maroon',stroke='none')|rotate(31)|repeat(10,rotate(15))
s5=rectangle(w=212,h=212,fill='gold',stroke='none')|rotate(3)|repeat(10,rotate(15))
show(c1,s5,s1,s2,s3,s4,c7,c6,c3,c2,e1,e2,c5)