c1= circle(r=150,fill="#E6E6FA",stroke="#454545",stroke_width=1)
c2= circle(r=135,fill="green",stroke="none")
r1= rectangle(w=180,h=180,fill="yellow",stroke="none") |repeat(6,rotate(15))
r2= rectangle(w=180,h=180,fill="orange",stroke="none") | repeat(2,rotate(15))
r3= rectangle(w=145,h=145,fill="black",stroke="none") | repeat(10,rotate(18))
c3= circle(r=90,fill="white")
r4= rectangle(w=125,h=125,x=0,y=0,fill="yellow",stroke="none") | repeat(8, rotate(30))
r5= rectangle(w=100,h=100,x=0,y=0,fill="orange",stroke="none") | rotate(45)
r6= rectangle(w=100,h=100,x=0,y=0,fill="orange",stroke="none") | rotate(13)
r7= rectangle(w=100,h=100,x=0,y=0,fill="orange",stroke="none") | rotate(76)
r8= rectangle(w=80,h=80,x=0,y=0,fill="#fe7f9c",stroke="none") | repeat (8,rotate(30))
r9= rectangle(w=63,h=63,x=0,y=0,fill="maroon",stroke="none") | rotate (45)
r10= rectangle(w=63,h=63,x=0,y=0,fill="maroon",stroke="none") | rotate(13)
r11= rectangle(w=63,h=63,x=0,y=0,fill="maroon",stroke="none") | rotate(76)
c4= circle(r=33,fill="green",stroke="black",stroke_width=1)
c5= circle(r=6,fill="red")
e1= ellipse(w=18,h=31,x=0,y=19,fill="yellow",stroke="#8b0000",stroke_width=3) | repeat(8,rotate(45))
show(c1,c2,r1,r2,r3,c3,r4,r5,r6,r7,r8,r9,r10,r11,c4,e1,c5)