Pookkalam by SUDEV T

Code

mc=circle(r=148,fill="yellow",stroke="none")
c = circle(r=128,fill="pink",stroke="none")
c3= circle(r=108,fill="orange",stroke="none")
c4=circle(r=88,fill="brown",stroke="none")
c5=circle(r=68,fill="brown",stroke="none")
c6=circle(r=48,fill="orange",stroke="none")
c7=circle(r=28,fill="yellow",stroke="none")
r = rectangle(w=208,h=208, fill="orange",stroke="none")|repeat(5,rotate(60))
r2= rectangle(w=178,h=178,fill="green",stroke="none")|repeat(12,rotate(30))
r3= rectangle(w=148,h=148,fill="yellow",stroke="none")|repeat(5,rotate(60))
r4= rectangle(w=108,h=108,fill="orange",stroke="none")|repeat(5,rotate(60))
r5=rectangle(w=88,h=88,fill="orange",stroke="none")|repeat(5,rotate(60))
r6= rectangle(w=68,h=68,fill="green",stroke="none")|repeat(5,rotate(60))
shapes= mc+r+c+r2+r3+c3+r4+c4+c5+c6+r5+r6+c7
show(shapes)