Pookkalam by Mridhula P

Code

s1 = circle(r=142,stroke="red",fill="maroon",a=0.5,stroke_width=4)
shape=circle(x=30,y=0,r=30,fill="orange",stroke="none",stroke_width=2)|repeat(6,rotate(60))
c5=circle(x=65,y=0,r=5,stroke="purple",fill="#fc766aff",a=0.5)
c6=c5|repeat(40,rotate(10))
r1=rectangle(w=200,h=200,stroke="red",stroke_width=2,fill="gold",a=0.5)|repeat(10,rotate(10))
c7=circle(r=71,stroke="purple",stroke_width=2,fill="maroon",a=0.5)
c4=circle(r=25,stroke="brown",fill="red",stroke_width=2)
show(s1,r1,c7,c6,c5,shape,c4)