Pookkalam by Mohammed Nazeem C

Code

rect1=rectangle(w=150,h=150,fill="#f0920e",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)
c1=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(8,rotate(50))
c2=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(9,rotate(40))
c3=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(100,rotate(10))
c5=circle(r=90,fill="#f0590e",stroke="none")
c4=circle(r=80,fill="#f0740e",stroke="none")
c3=circle(r=70,fill="#EDA63D",stroke="none")
c2=circle(r=60,fill="#f2b707",stroke="none")
c1=circle(r=55,fill="#fac528",stroke="none")
rect5=rectangle(w=63,h=63,fill="#820a0h",stroke="none")|repeat(20,rotate(50))
rect6=rectangle(w=67,h=67,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50))
rect7=rectangle(w=71,h=71,fill="#fc9802",stroke="none")|repeat(20,rotate(50))
rect8=rectangle(w=75,h=75,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98)
c5=circle(r=33,fill="#f0a50e",stroke="none")
show(rect4,rect3,rect2,rect1)
show(c5,c4,c3,c2,c1)
show(c3,c2,c1)
show(rect8,rect7,rect6,rect5,c5)