Code
c3=circle(r=155,fill="#E8A317", stroke="none")
c2=circle(r=151,fill="#FF6700",stroke="none")
c1=circle(r=147,fill="#a60202",stroke="none")
show(c3,c2,c1)
rect1=rectangle(w=150,h=150,fill="#820a0a",stroke="none")|repeat(20,rotate(50))
rect2=rectangle(w=170,h=170,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50))
rect3=rectangle(w=190,h=190,fill="#fc9802",stroke="none")|repeat(20,rotate(50))
rect4=rectangle(w=210,h=210,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98)
show(rect4,rect3,rect2,rect1)
c1=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(8,rotate(50))
c2=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(9,rotate(40))
c3=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(100,rotate(10))
show(c3,c2,c1)
c4=circle(r=80,fill="yellow",stroke="none")
c3=circle(r=70,fill="#EDA63D",stroke="none")
c2=circle(r=65,fill="#f2b707",stroke="none")
c1=circle(r=60,fill="#fac528",stroke="none")
show(c4,c3,c2,c1)
c1=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(8,rotate(50))
c2=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(9,rotate(40))
c3=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(100,rotate(10))
show(c3,c2,c1)
rect1=rectangle(w=150,h=150,fill="#FF0000",stroke="none")|repeat(20,rotate(50))
rect2=rectangle(w=170,h=170,fill="#665D1E",stroke="none")|rotate(15)|repeat(20,rotate(50))
rect3=rectangle(w=190,h=190,fill="#A74AC7",stroke="none")|repeat(20,rotate(50))
rect4=rectangle(w=210,h=210,fill="#FFC0CB",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98)
show(rect4,rect3,rect2,rect1)
c1 = circle(r=30,fill="orange",stroke="orange",stroke_width=1)
show(c1)
c1 = circle(r=15,fill="#800080",stroke="#800080",stroke_width=1)
show(c1)
c1 =circle(r=5,fill="red",stroke="red",stroke_width=2)
show(c1)