Pookkalam by Amal Ram K

Code

c1 = circle(r=100,fill="red",stroke="orange",stroke_width=4)
c2 = circle(r=30,fill="green",stroke="green")
c3 = circle(r=150,fill="#FF00FF")  
c4 = circle(x=125, y=0, r=20,fill="#00FFFF",stroke="#FC3886")+circle(x=125,y=0,r=10,fill="#269AF5 ",stroke="#1E231B") | repeat(36, rotate(20))
flower = circle(x=0,y=15,r=15,fill="#F69B0E") + circle(x=15,y=0,r=15,fill="#F69B0E") +circle(x=-15,y=0,r=15,fill="#F938FC") + circle(x=0,y=-15,r=15,fill="#F938FC")
s1 = ellipse(w=200, h=100,fill="yellow",stroke="yellow")
s2 = ellipse(w=100,h=200,fill="#02135D",stroke="#02135D")
border = rectangle(w=5, h=5,x=150,y=0,fill="#DFFC38",stroke="#5D19DB") | repeat(145, rotate(2.5))

show(c3,c1,s1,s2,c2,c4,flower,border)