Pookkalam by Athmaja Menon

Code

rect1=rectangle(w=150,h=150,fill="#820a0a",stroke="none")|repeat(20,rotate(50))
rect2=rectangle(w=170,h=170,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50))
rect3=rectangle(w=190,h=190,fill="#fc9802",stroke="none")|repeat(20,rotate(50))
rect4=rectangle(w=210,h=210,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98)
show(rect4,rect3,rect2,rect1)
c = circle(fill="#35561E",r=100)
c2 = circle(r=25,fill="#6A5B9B",stroke="#673DC7",stroke_width=4)
c3 = circle(r=5,y=30,fill="red",stroke="#C83911",stroke_width=3)|repeat(12,rotate(30))
c4 = circle(r=40,fill="#832319",stroke="#C63811",stroke_width=2)
c5 = circle(r=5,y=60,fill="#fceb02",stroke="none",stroke_width=3)|repeat(18,rotate(30))
c6 = circle(r=55,fill="#9C2C29",stroke="none")
c7= circle(r=70,fill="#C94B13",stroke="none")
c8 = circle(r=85,fill="#DFAA25",stroke="none")
c9 = circle(r=90,fill="#CEAC24",stroke="none")
c10 = circle(r=24,y=75,fill="#C5392A",stroke="orange",stroke_width=2)|repeat(12,rotate(30))
show(c,c9,c10,c8,c7,c6,c5,c4,c2,c3)