Pookkalam by Sandhra Shaji

Code

c1 = circle(r=150, fill="red", stroke="none")
c2 = circle(r=5, fill="pink", stroke="none")
f1 = color(r=255, g=0, b=0, a=0.25)
f2 = color(r=255, g=182, b=193, a=0.25)
c3 = circle(x=75, y=0, r=75, fill=f2, stroke="none") | repeat(24, rotate(15))
c4 = circle(x=55, y=0, r=55, fill=f1, stroke="none") | repeat(12, rotate(30))
c5 = circle(x=35, y=0, r=35, fill=f2, stroke="none") | repeat(8, rotate(45))
c6 = circle(x=15, y=0, r=15, fill=f1, stroke="none") | repeat(6, rotate(60))
show(c1, c3, c4, c5, c6, c2)