Pookkalam by Aswathy k

Code

s1=rectangle(w=210,h=210,fill=" #c64c5e",stroke="white",stroke_width=2.5)|repeat(9,rotate(10))
c = rectangle(w=180,h=180,fill=" #ed2a47 ", stroke="white",stroke_width=2.5)|repeat(9,rotate(10)|scale(0.9))
c1=circle(r=32,fill="#cc808a ",stroke="white",stroke_width=2)+circle(r=20,stroke="white",stroke_width=2)
show(s1,c,c1)