Pookkalam by Jeffin G Benny

Code

i=circle(r=10,fill="#65d317")
r=circle(r=20,fill="pink")
r0=circle(r=30,fill="blue")
r1=rectangle(h=80,w=80,fill="yellow",stroke="yellow")|repeat(20,rotate(10))
r2=rectangle(h=160,w=160,fill="green",stroke="green")|repeat(20,rotate(10))
r3=rectangle(h=210,w=210,fill="orange",stroke="orange")|repeat(20,rotate(10))
r4=ellipse(h=80,w=30,fill="purple",stroke="purple")|repeat(4,rotate(45))
r5=ellipse(h=160,w=110,fill="red",stroke="red")|repeat(4,rotate(45))
r6=ellipse(h=210,w=160,fill="blue",stroke="blue")|repeat(4,rotate(45))
e5=ellipse(h=80,w=30,stroke="#17a4d3")|repeat(4,rotate(45))
e6=ellipse(h=160,w=110,stroke="#d317d0")|repeat(75,rotate(10))
e7=ellipse(h=210,w=160,stroke="#17a4d3")|repeat(75,rotate(10))
show(r3,r6,r2,r5,r1,r4,r0,r,i,e5,e6,e7)