Code
c=circle(r=150,fill="yellow")
c12=circle(r=2,x=0,y=147,fill="black")|repeat(10,rotate(40))
r1=rectangle(h=212,w=212,fill='#5e0000')|repeat(10,rotate(10))
r2=rectangle(h=196,w=196,fill='red') | repeat(10, rotate(10))
r3=rectangle(h=182,w=182,fill='#c46800') | repeat(10, rotate(10))
c1= circle(r=120, fill = "green")
c9=circle(r=35,x=0,y=85,fill="#5e0000")|repeat(8,rotate(45))
c10=circle(r=25,x=0,y=85,fill="yellow")|repeat(8,rotate(45))
c11=circle(r=15,x=0,y=85,fill="red")|repeat(8,rotate(45))
r4=rectangle(h=170,w=170,fill="#978000")|rotate(45)
r5=rectangle(h=155,w=155,fill="pink")|rotate(45)
r6=rectangle(h=10,w=10,x=0,y=93,fill="black")|repeat(4,rotate(90))
r7=rectangle(h=20,w=20,x=0,y=89,fill="red")|repeat(4,rotate(90))
c2=circle(r=78,fill="blue")
c3=circle(r=54,fill="green")
c4=circle(r=48,fill="red")
c5=circle(r=22,x=20,y=50,fill="white")|repeat(8,rotate(45))
c6=circle(r=17,x=20,y=50,fill="#3e0000")|repeat(8,rotate(45))
c7=circle(r=12,x=20,y=50,fill="orange")|repeat(8,rotate(45))
e=ellipse(h=15,w=50,x=28,y=0,fill="#fff536")|repeat(8,rotate(45))
e1=ellipse(h=7,w=30,x=18,y=0,fill="#070606")|repeat(8,rotate(45))
show(c,c12,r1,r2,r3,c1,c9,c10,c11,r4,r5,r7,r6,c2,c5,c6,c7,c3,c4,e,e1)