Pookkalam by Parvathy I

Code

c3 = circle(r=50,fill="red",stroke="#FEC4B9")
c6=circle(r=10,fill="darkred")
c1 = circle(r=10,fill="blue", stroke="green", stroke_width=4)
s1 = ellipse(w=120, h=100,fill="yellow",stroke="blue")|repeat(170, rotate(90)|scale(1))
c4 = circle(r=20,fill="red")
fill = color(r=10, g=255, b=190)
s2=ellipse(w=190,h=200,fill="green",stroke="maroon")|repeat(190, rotate(80)|scale(1))
c2=circle(fill=fill,x=0,y=0,r=20)
r3= rectangle(w=200,h=200,fill="orange",stroke="pink")|repeat(220, rotate(50)|scale(1))
c5=circle(r=80,stroke="darkred")
c7=circle(r=15, fill="blue")
c8=circle(r=15, fill="pink")
c9=circle(r=15, fill="yellow")
show(c6,c1,r3,s1,s2,c2,c3,c9,c8,c4,c5,c7)