Pookkalam by Adwaith M K

Code

c1 = circle(x=0,y=0,r=150,fill="#d72631")
c2 = circle (x=0,y=0,r=100,fill="#f47a60")
c3 = circle (x=0,y=0,r=50,fill="#f3ca20")
r1= rectangle(w=50,h=50,stroke="#000000")|repeat(20, rotate(10)|scale(1))
r3= rectangle(w=200,h=200,fill="#cf1578",stroke="black")|repeat(10, rotate(15)|scale(1))
r2= rectangle(w=100,h=100,stroke="#1e3d59")|repeat(50, rotate(10)|scale(1))
c4= circle(x=0,y=0,r=125,stroke="black",fill="#ced7d8")
r4=rectangle (w=300,h=300,fill="#ff6e40")
c5=circle(x=0,y=0,r=12.5,fill="black")
c= combine([r4,c1,r3,c4,c2,r2,c3,r1,c5])
show(c)