Code
c1= circle(r=50,fill="blue",stroke="blue")
c2 = circle(r=40,fill="red",stroke="red")
c3 = circle(r=30,fill="orange",stroke="orange")
c4 =circle(r=20,fill="yellow",stroke="yellow")
c5 =circle(r=10,fill="pink",stroke="red")
c6 =circle(r=3,fill="green",stroke="green")
c8 =ellipse(w=200,h=10,fill="rose",stroke="rose")|repeat(60,rotate(6))
c7 =ellipse(w=250,h=30,fill="violet",stroke="violet")|repeat(8,rotate(50))
c9 =ellipse(w=250,h=30,fill="pink",stroke="pink")|repeat(9,rotate(40))
c10 =ellipse(w=250,h=30,fill="blue",stroke="blue")|repeat(100,rotate(10))
show(c1, c2,c3,c4,c5,c6,c7,c8,c9,c10)