Code
p4=color(r=55,g=16,b=75,a=1)
b1 = ellipse(w=295, h=295,fill=p4,stroke="orange",stroke_width=4)
p4=color(r=55,g=16,b=75,a=1)
b2 = rectangle(w=295, h=295,stroke="orange",stroke_width=5)
c1=circle(r=150,fill="darkblue")
c2=circle(r=140,fill="green")
s1 = rectangle (w=200, h=200,fill="darkorange",stroke="none") | repeat(9, rotate(80))
s2 = circle(x=125, y=0, r=8,stroke="none",fill="gold") | repeat(36, rotate(10))
c3=circle(r=125,fill="blue",stroke="none")
p1=color(r=16,g=53,b=12,a=2)
s3 = rectangle(w=170, h=170,fill=p1,stroke="none") | repeat(9, rotate(80))
s4=circle(x=112, y=0, r=5,stroke="none",fill="gold") | repeat(36, rotate(10))
c4=circle(r=110,fill="darkblue",stroke="none")
s5 = rectangle(w=150, h=150,fill="blue",stroke="none") | repeat(9, rotate(80))
c5=circle(r=98,fill="purple",stroke="red",stroke_width="2")
s6 = circle(x=85, y=0, r=8,stroke="blue",stroke_width=2) | repeat(18, rotate(20))
s7 = rectangle(w=120, h=120,fill="red",stroke="none") | repeat(9, rotate(80))
c6=circle(r=75,fill=p1,stroke="none")
s8 = circle(x=65, y=0, r=7,stroke="none",fill="magenta") | repeat(18, rotate(20))
s9 = circle(x=65, y=0, r=4,stroke="none",fill="white") | repeat(18, rotate(20))
s14 = circle(x=20, y=0, r=1,stroke="none",fill="black") | repeat(13, rotate(55))
c15=circle(r=20,x=0,y=0,fill='orange ')
c16= circle(x=0, y=0, r=30,stroke="red") | repeat(50, rotate(30))
show(b1,c1,b2,c2,s1,s2,c3,s3,s4,c4,s5,c5,s6,s7,c6,s8,s9,s14,c15,c16)