Pookkalam by Akshara Santhosh

Code

c1=ellipse(x=0,y=0,w=140,h=5,fill="green",stroke_width=1)|repeat(50,rotate(50))
c2=ellipse(x=0,y=0,w=90,h=7,fill="red",stroke="yellow",stroke_width=1)|repeat(250,rotate(250))
c3=ellipse(x=0,y=0,w=200,h=8,fill="purple",stroke="green",stroke_width=2)|repeat(100,rotate(200))
c4=ellipse(x=0,y=0,w=240,h=16,fill="white",stroke="purple",stroke_width=2)|repeat(20,rotate(20))
c5=circle(x=0,y=0,r=120,fill="green",stroke_width=2)|repeat(50,rotate(50))
c6=ellipse(x=0,y=0,w=260,h=19,fill="orange",stroke="purple",stroke_width=2)|repeat(50,rotate(50))
c7=ellipse(x=0,y=0,w=280,h=5,fill="navy",stroke_width=2)|repeat(50,rotate(50))
c8=circle(x=0,y=0,r=140,fill="yellow",stroke_width=2)|repeat(50,rotate(50))
c9=circle(x=0,y=0,r=150,fill="green",stroke_width=2)|repeat(50,rotate(50))
c10=ellipse(x=0,y=0,w=170,h=14,fill="orange",stroke_width=2)|repeat(50,rotate(50))
c11=ellipse(x=0,y=0,w=210,h=20,fill="green",stroke="blue",stroke_width=2)|repeat(50,rotate(50))
c12=ellipse(x=0,y=0,w=240,h=20,fill="orange",stroke="red",stroke_width=2)|repeat(50,rotate(50))
c13=ellipse(x=0,y=0,w=260,h=10,fill="green",stroke_width=2)|repeat(50,rotate(50))
c14=ellipse(x=0,y=0,w=280,h=11,fill="white",stroke="purple",stroke_width=2)|repeat(200,rotate(250))
c15=ellipse(x=0,y=0,r=155,fill="purple",stroke_width=2)|repeat(50,rotate(50))
c16=ellipse(x=0,y=0,w=170,h=20,fill="green",stroke_width=2)|repeat(25,rotate(20))
c17=circle(x=0,y=0,r=20,fill="red",stroke="teal",stroke_width=1)
c18=circle(x=0,y=0,r=10,fill="teal",stroke="fuchsia",stroke_width=2)
show(c9,c16,c15,c8,c7,c6,c5,c4,c3,c14,c13,c12,c11,c10,c1,c2,c17,c18)