Pookkalam by Alrin George Sabu

Code

c1=circle(r=150,fill="orange")
shape=rectangle(h=210,w=210,fill="red",stroke="none",stroke_width=2)|repeat(65,rotate(5))
show(c1,shape)
shape3=rectangle(h=190,w=190,fill="orange")|repeat(50,rotate(5))
show(shape3)
shape11=rectangle(h=185,w=185,fill="green",stroke="none")|repeat(50,rotate(5))
show(shape11)
shape45=rectangle(h=175,w=175,fill="pink",stroke="none",stroke_width=5)|repeat(50,rotate(5))
show(shape45)
shape110=circle(r=50,fill="red",stroke="none")
show(shape110)
shape4=rectangle(h=170,w=170,fill="yellow")|repeat(50,rotate(30))
show(shape4)
dot=circle(r=5,fill="blue",stroke="none")
d1=dot|translate(x=100,y=0)
dr=d1|repeat(20,rotate(20))
shape3=circle(r=20,fill="orange")|translate(x=40,y=0)
shape12=shape3|repeat(5,rotate(72))
shape34=circle(r=10,fill="red")|translate(x=20,y=0)
shape341=shape34|repeat(5,rotate(72))
shape341=circle(r=10,fill="orange")|translate(x=3,y=0)
shape3412=shape34|repeat(5,rotate(72))
rect1=rectangle(w=120,h=120,stroke="orange",stroke_width=5)|repeat(10,rotate(10))
rect2=rectangle(w=100,h=100,stroke="#FF3030",stroke_width=5)|repeat(10,rotate(10))
e5=ellipse(h=280,w=25,stroke="none",fill="#ff5900")|repeat(100,rotate(3.6))
rect3=rectangle(w=80,h=80,stroke="green",stroke_width=7)|repeat(10,rotate(10))
color1=color(r=255,g=255,b=0,a=0.52)
k=circle(r=30,fill=color1,stroke="none")
k1=k|translate(x=40,y=0)
k2=k1|repeat(5,rotate(72))
show(shape12,dr,rect1,rect2,rect3,k2,shape341,shape3412)