Pookkalam by Sabari Krishna

Code

c1=ellipse() | repeat (10, rotate(30))
e1=ellipse(h=278,w=100,fill="purple") | repeat(8,rotate(45))
c2=circle(r=100,fill="red")
c3=circle(r=140,fill="orange")
c4=circle(r=150,fill="yellow")
c5=circle(r=50,fill="green")
c6=circle(r=40,fill="pink")
petals=ellipse(w=80, h=10, fill="#F0D43A") | (repeat(6, rotate(30))) | scale(0.7)
bud=circle(r=5, fill="#F23557" , stroke="black", stroke_width=2) 
show(c4,c3,e1,c2,c1,c5,c6,petals,bud)