Pookkalam by Jesna Joy

Code

c1=rectangle(h=230,w=210,stroke="indigo",stroke_width=4)|repeat(50,rotate(20))
c2=circle(r=153,fill="red")
c3=circle(r=140,fill="orange")
c4=circle(r=130,fill="yellow")
c5=circle(r=120,fill="lightgreen")
c7=circle(r=100,fill="#FF0672")
c8=circle(r=90)
c10=circle(r=80,fill="yellow")
c6=ellipse(w=200,h=100,stroke="blue",stroke_width=2)|repeat(15,rotate(110))
c9=line(stroke_width=2)|repeat(16,rotate(20))
n1=circle(r=8,fill="orange")
n2=circle(x=0,y=7,r=5,stroke_width=1)|repeat(20,rotate(30))
n3=rectangle(h=30,w=10,stroke="indigo",stroke_width=4)|repeat(20,rotate(120))
n4=rectangle(h=55,w=15,fill="brown",stroke="#FF0672",stroke_width=4)|repeat(20,rotate(30))
n5=circle(r=17,fill="yellow")
n6=rectangle(h=76,w=15,fill="indigo",stroke="red",strock_width=4)|repeat(10,rotate(30))
n7=rectangle(h=79,w=70,fill="orange",stroke="black",stroke_width=4)|repeat(100,rotate(30))
show(c2,c3,c4,c5,c7,c8,c9,c10,n7,n6,n4,n5,n3,n1,n2,c6,c1)