Pookkalam by Liliya Sujo

Code

p1=rectangle(w=50,h=50,x=30,y=30,fill="yellow",stroke="orange",stroke_width="3")
p2=circle(r=20,x=30,y=30,fill="violet",stroke="white") | rotate(45)
p=p1+p2
f=p| repeat(60,rotate(135))
fr=f|scale(0.6)|translate(100)|repeat(100,rotate(160))
fb=fr|repeat(4,scale(0.5) | rotate(170))
show(fb)