Pookkalam by Bhagya@2002

Code

c1 = circle(r=50,fill="yellow",stroke="yellow")

c2 = circle(r=40,fill="violet",stroke="violet")

c3 = circle(r=30,fill="black",stroke="black")

c4 =circle(r=20,fill="green",stroke="green")

c5 =circle(r=10,fill="rose",stroke="rose")

c6 =circle(r=3,fill="dark green",stroke="dark green")

c8 =ellipse(w=200,h=10,fill="dark green",stroke="dark green")|repeat(60,rotate(6))

c7 =ellipse(w=250,h=30,fill="rose",stroke="rose")|repeat(8,rotate(50))

c9 =ellipse(w=250,h=30,fill="purple",stroke="purple")|repeat(9,rotate(40))

c10 =ellipse(w=250,h=30,fill="blue",stroke="blue")|repeat(100,rotate(10))

show(c10,c9,c7,c8,c1,c2,c3,c4,c5,c6)