Pookkalam by Navaneetha Prakash

Code

c1 = color(r=173, g=9, b=9)
c2 = color(r=242, g=193, b=17)
c3 = color(r=232, g=127, b=28)
c = circle(r=125, fill=c1, stroke="none") + circle(r=100, fill=c2, stroke="none")
s1 = color(r=247, g=35, b=120)
e1 = ellipse(w=200, h=100, fill=s1, stroke="none") + ellipse(w=100, h=200, fill=s1, stroke="none")
c7 = color(r=51, g=108, b=214)
c6 = circle(r=65, fill=c7, stroke="none")
c4 = circle(r=50, fill=c3, stroke="none")
s2 = color(r=34, g=110, b=48)
e2 = ellipse(w=100, h=50, fill=s2, stroke="none") + ellipse(w=50, h=100, fill=s2, stroke="none")
c5 = circle(r=25, fill=c2, stroke="none") + circle(r=12.5, fill=c1, stroke="none")
show(c, e1, c6, c4, e2, c5)