Pookkalam by Anusha Nair B

Code

cl=circle (r=80, fill="#F19CBB")

e1=ellipse (x=0, y=0,w=20,h=100, fill="orange", stroke="red") | repeat(20, rotate(10))

c2=circle (r=5, x=0, y=60, fill="brown", stroke="none") | repeat(12, rotate(30))

c3=circle (r=25, fill="green", stroke="red", stroke_width="2")

c4=circle (r=15, fill="blue", stroke="none")

show(cl, e1, c2,c3, c4)