Pookkalam by Donna Baburaj

Code

c7=circle(r=10,fill='brown',stroke="none")
c6=circle(r=20,fill='orange',stroke="none")
c5=circle(r=40,fill = "yellow", stroke="none")
c1=ellipse (r=1,fill="green",strock="white")|repeat(7,rotate(70))
c3=circle (w=195,h=195,fill="yellow",strock= "white")|repeat(30,rotate(50))
c4=rectangle (w=179,h=179,fill="orange",strock="white")|rotate(15)|repeat(30,rotate(50))
c2=circle (r=130,fill='white')
c = circle(r=149,fill='maroon')
show(c,c2,c4,c3,c1,c5,c6,c7)