Pookkalam by Nayanthara Santhosh

Code

e = ellipse(h=50,w=25,x=0,y=30,fill="#120101",stroke="#ffffff",stroke_width=2)| repeat(16, rotate(30))
c1=rectangle (w=200,h=200,fill="#f21fa5",stroke="none") | repeat (50,rotate(20))
r=rectangle (w=180,h=180,fill="#f21ff2",stroke="none") | repeat (50,rotate(20))
e2=ellipse(w=350,h=180,fill="#DC143C",stroke="none")|repeat(48,rotate(60))|scale(0.77)
e1=ellipse(w=300,h=180,fill="black",stroke="none")|repeat(48,rotate(60))|scale(0.75)
r2=rectangle(w=300,h=300,fill="#471a3f")
q3=ellipse(w=180,h=80,fill="#db09b5",stroke="black",stroke_width=2) | repeat(6,rotate(30))
r1 = rectangle(x=-30,y=30,w=40,h=40,fill="#ff2970")|repeat (25,rotate (15))
show(r2,c1,r,e2,e1,q3,r1,e)