Pookkalam by Neda Ashraf

Code

c = circle(r=143, fill="#FF3C33 ",stroke="none")
p= rectangle(w=200, h=200,stroke="none", fill="#FF5733 ")
p1= p| repeat(18,rotate(20))
p2= rectangle(w=190, h=190,fill="#eded1d", stroke="none")
p3= p2| repeat(18,rotate(20))
c2= circle(r=150,fill="#900C3F ", stroke="#B50707 ")
c3= circle(r=146, fill="#C70039", stroke="#B50707 ")
c5= circle(x=0, y=50, r=50, stroke="none", fill="black")
c6= c5| repeat(6, rotate(60))
e= ellipse(w=200, h=100, stroke="#B50707 ")
e1= e| repeat(72, rotate(5))
e2= ellipse(w=100, h=50, stroke="#B50707 ")
e3= e2| repeat(72, rotate(5))
show(c2,c3,c,p1,p3,c6,e1,e3)