Pookkalam by Finu Muhammed Shaheem

Code

rect1=rectangle(w=150,h=150,fill="#820a0a",stroke="none")|repeat(20,rotate(50))
rect2=rectangle(w=170,h=170,fill="#6a040f",stroke="none")|rotate(15)|repeat(20,rotate(50))
rect3=rectangle(w=190,h=190,fill="#370617",stroke="none")|repeat(20,rotate(50))
show(rect3,rect2,rect1)

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))
show(c3,c2,c1)


c4=circle(r=80,fill="#f3722c",stroke="none")
c3=circle(r=70,fill="#f9c74f",stroke="none")
c2=circle(r=60,fill="#f2b707",stroke="none")
c1=circle(r=55,fill="#f9c74f",stroke="none")
show(c4,c3,c2,c1)

rect5=rectangle(w=63,h=63,fill="#ffff",stroke="none")|repeat(50,rotate(50))
rect6=rectangle(w=67,h=67,fill="#dc2f02",stroke="none")|rotate(50)|repeat(20,rotate(50))
rect8=rectangle(w=75,h=75,fill="#ffba08",stroke="none")|rotate(20)|repeat(20,rotate(50))
c5=circle(r=33,fill="#ffba08",stroke="none")
show(rect8,rect6,rect5,c5)