Pookkalam by Ancy S Sajin

Code

fill=color(r=255,g=0,b=0,a=0.5)
s1=ellipse(w=100,h=25,fill=fill)|repeat(10,rotate(36))
c1=circle(r=60,stroke="yellow",stroke_width="10")
shape=circle(x=80,y=0,r=10,fill="orange")|repeat(36,rotate(15))
c2=circle(r=100,stroke="green",stroke_width="10")
shape1=rectangle(x=120,y=0,w=20,h=20,fill="blue")|repeat(36,rotate(15))
show(s1,c1,shape,c2,shape1)