Pookkalam by nasim pc

Code

c1 = circle(r=10,fill="pink",stroke="none")
c2 = circle(r=15,fill="#003459",stroke="none")
c3 = circle(r=25,fill="#be95c4",stroke="none") 
c4 = circle(r=35,fill="#adc178",stroke="none")
c5 = circle(r=145,fill='pink',stroke="none")

c6 = circle(r=100,fill="#b0c4b1" ,stroke="none")
c7 = circle(r=90,fill="yellow",stroke="none")

e1=ellipse(h=10,w=15,x=15,y=0,fill='#ad2831',stroke="none") | repeat(12,rotate(36))
e2=ellipse(h=15,w=50,x=15,y=0,fill='#94d2bd',stroke="none") | repeat(100,rotate(31))
e3=ellipse(h=270,w=150,y=0,stroke="none",fill="#6f1d1b") | repeat(8,rotate(45)) | rotate(45)
e4 =ellipse(w=140,h=3,fill="purple",stroke="purple")|repeat(60,rotate(6))
e5 =ellipse(w=180,h=40,fill="white",stroke="red")|repeat(8,rotate(50))
e6 =ellipse(w=175,h=30,fill="orange",stroke="orange")|repeat(9,rotate(40))
e7 =ellipse(w=175,h=30,fill="pink",stroke="yellow")|repeat(100,rotate(10))

r1 = rectangle(w=160, h=160, fill="#9e0059", stroke="none") | repeat(9, rotate(angle=10))
r2 = rectangle(w=150, h=150, fill="pink", stroke="none") | repeat(9, rotate(angle=10))

show(c5,e3,r1,r2,c6,c7,e7,e6,e4,e2,c4,c3,e1,c2,c1)