Code
r=rectangle(w=350,h=350,fill='#FFD3B5',stroke='none')
show(r)
c = circle(r=145,fill='black',stroke='none')
show(c)
ra=rectangle(w=195,h=195,fill='#D5EEBB',stroke='none')
rb=ra|repeat(60,rotate(40))
show(rb)
r1=rectangle(w=200,h=200,fill='#dd2f23',stroke='none')
r2=r1|repeat(40,rotate(60))
show(r2)
r3=rectangle(w=180,h=180,fill='#f28509',stroke='none')
r4=r3|repeat(20,rotate(30))
show(r4)
r5=rectangle(w=160,h=160,fill='#f6ff0a',stroke='none')
r6=r5|repeat(20,rotate(30))
show(r6)
r7=rectangle(w=140,h=140,fill='#f9ff5b',stroke='none')
r8=r7|repeat(20,rotate(30))
show(r8)
r9=rectangle(w=120,h=120,fill='white',stroke='none')
r10=r9|repeat(20,rotate(30))
show(r10)
r11=rectangle(w=100,h=100,fill='#77076e',stroke='none')
r12=r11|repeat(20,rotate(30))
show(r12)
c1=circle(r=58,fill='#0b4c06',stroke='none')
show(c1)
e=ellipse(w=115,h=50,fill='#2364dd',stroke='none')
e1=e|repeat(5,rotate(60))
show(e1)
r13=rectangle(w=68,h=80,fill='#DAD0C2',stroke='none')
show(r13)
rec1=rectangle(w=50,h=15,stroke='none',fill="#05b9c8")
show(rec1)
rec2=rectangle(w=30,h=15,x=-10,y=25,stroke='none',fill="#f6c70f")
show(rec2)
rec3=rectangle(w=10,h=15,x=20,y=25,stroke='none',fill="#005df7")
show(rec3)
rec4=rectangle(w=20,h=15,x=-15,y=-25,stroke='none',fill="#e71700")
show(rec4)
rec5=rectangle(w=10,h=15,x=5,y=-25,stroke='none',fill="#90b914")
show(rec5)
rec6=rectangle(w=10,h=15,x=20,y=-25,stroke='none',fill="#205864")
show(rec6)