Pookkalam by Bhavana

Code

f=color(r=300,g=0,b=0)
c1=ellipse(w=200,h=10,fill=f,stroke="black",stroke_width=2)|repeat(72,rotate(50))
c=circle(r=60,stroke="none",fill="yellow")
c2=rectangle(w=70,h=70,fill="pink") | repeat(20,rotate(20) | scale(0.9))
show(c1,c,c2)