Pookkalam by gopika girish

Code

s1 =  circle(x=-12, y=24, r=30,fill="#00BDFE",stroke="#1E5631",stroke_width=3)|repeat(10,rotate(60))
c1 = circle(r=20,fill="GREEN",stroke="none")
petal = ellipse(x=0,y=10,w=10,h=20,fill="red",stroke="white",stroke_width=2)
flower= petal | repeat(12,rotate(60))
flower_link = flower | translate(x=20,y=20) | repeat (8,rotate(45))
e1 = flower_link | repeat(1,scale(1.2))
cir1=circle(x=115,y=0,r=15,fill='YELLOW')|repeat(36,rotate(10))
cir2=circle(x=115,y=0,r=15,fill='#7f01fe')|repeat(18,rotate(20))
e=ellipse(w=70,h=30,fill="#FF1695",STROKE= "WHITE",STROKE_WIDTH=3) | translate(y=85) | repeat(10, rotate(36))
p1 = circle(x=50, y=0, r=30,fill="WHITE") + circle(x=75, y=0, r=15,fill="#1E5631",STROKE="WHITE",STROKE_WIDTH=2)
p2 = p1 | rotate(90)
p3 = p1 | rotate(180)
p4 = p1 | rotate(270)
q1=circle(x=-50,y=100,r=25,fill="BROWN") | repeat(18,rotate(20))
x1=ellipse(w=200,h=20,fill="BROWN",stroke="white",STROKE_WIDTH=2) | repeat(50,rotate(5)) 
bigr1=rectangle(w=210,h=210,x=0,y=0,fill='RED',STROKE="WHITE")|repeat(10,rotate(10))
bigr2=rectangle(w=210,h=210,x=0,y=0,fill='#00F800',STROKE="WHITE")|repeat(4,rotate(20))
bigr=(bigr1+bigr2)
t=circle(r=150,fill="YELLOW",STROKE="#7f01fe",STROKE_WIDTH=3)
show(t,bigr,q1,x1,e,p1,p2,p3,p4,s1,c1,e1,cir1,cir2)