Pookkalam by Mahesh Narayan

Code

c1= circle(r=140,fill="	#FAFAD2",stroke="none")
c2= ellipse(y=70,w=90,h=140,fill="#CD2626",stroke="none")  |repeat(4,rotate(90))
c3= ellipse(y=70,w=90,h=140,fill="#EEAD0E",stroke="none")  |repeat(8,rotate(45))
c4= circle(r=100,fill="purple",stroke="none")
c5= rectangle(w=140,h=140,fill="#458B74",stroke="none") | repeat(4,rotate(45))
c6= circle(r=80,fill="#458B74",stroke="none")
c7=ellipse(w=60,h=150,fill="#FFD700",stroke="none") | repeat(4, rotate(45))
c8=ellipse(w=55,h=120,fill="#C71585",stroke="none") | repeat(4, rotate(45))
c9=ellipse(w=45,h=90,fill="yellow",stroke="none") | repeat(4, rotate(45))
c10=ellipse(w=35,h=60,fill="yellow",stroke="none") | repeat(4, rotate(45))
c12= circle(r=35,fill="green",stroke="none")
c13= circle(r=25,fill="white",stroke="none")
c14= circle(r=15,fill="black",stroke="none")
c15= circle(r=5,fill="brown",stroke="none")
c16= circle(y=5,r=2,fill="orange",stroke="none")


c11= circle(r=145,fill="green",stroke="none")
show(c11,c1,c3,c2,c4,c5,c6,c7,c8,c9,c10,c12,c13,c14,c15,c16)