Pookkalam by Sreelakshmi j

Code

shape =circle(r=150, fill ="purple") + circle(r=125, fill ="orangered") +  circle(r=100, fill ="orange")
show(shape)
shape = ellipse(fill ="crimson") + circle(r=50, fill ="orange") + circle(r=25, fill ="purple") + circle(r=10, fill ="crimson")| repeat(3, rotate(60))
show(shape)