Code
c1=circle(x=0,y=0,r=150,fill="violet",stroke="none")
c2=circle(r=143,fill="blue")
c3=circle(r=136,fill="green")
c4=circle(r=129,fill="#91b81d")
c7=circle(r=123,fill="yellow")
c5=circle(r=116,fill="orange")
c6=circle(r=110,fill="red")
z1=ellipse(x=0,w=180,h=70,fill="#df46f0",stroke="none",stroke_width=2)|repeat(12,rotate(25))
b1=rectangle(x=0,w=100,h=100,fill="white",stroke="none",stroke_width=2)|repeat(12,rotate(75))
b2=rectangle(x=0,w=80,h=80,fill="grey",stroke="none",stroke_width=2)|repeat(12,rotate(75))
z2=ellipse(x=0,w=110,h=50,fill="cyan",stroke="none",stroke_width=2)|repeat(8,rotate(25))
b3=rectangle(x=0,w=20,h=20,fill="#333130",stroke="none",stroke_width=2)|repeat(12,rotate(75))
b4=rectangle(x=0,w=5,h=5,fill="#0a0909",stroke="none",stroke_width=2)|repeat(12,rotate(75))
show(c1,c2,c3,c4,c7,c5,c6,z1,b1,b2,z2,b3,b4)