Pookkalam by Anaswara K

Code

c3 = circle(r=30,fill="blue",stroke="#FEC4B9")
c6=circle(r=150,fill="yellow")
c1 = circle(r=140,fill="blue", stroke="green", stroke_width=2)
s1 = ellipse(w=200, h=100,fill="yellow",stroke="blue")|repeat(10, rotate(10)|scale(1))
c4 = circle(r=20,fill="blue")
fill = color(r=10, g=255, b=190)
s2=ellipse(w=100,h=200,fill="red",stroke="maroon")|repeat(10, rotate(8)|scale(1))
c2=circle(fill=fill,x=0,y=0,r=50)
r3= rectangle(w=200,h=200,fill="violet",stroke="white")|repeat(20, rotate(10)|scale(1))
c5=circle(r=100,stroke="maroon")
c7=circle(r=10, fill="yellow")
c8=circle(r=35, fill="violet")
c9=circle(r=45, fill="white")


show(c6,c1,r3,s1,s2,c2,c3,c9,c8,c4,c5,c7)