Pookkalam by Nandhana A Regi

Code

c1 = color(r=128, g=0, b=0, a=0.5)
c2 = circle(r=30,fill="green",stroke="#FF00FF")
c3 = circle(r=25,fill="#FFFF00",stroke="gold")
c4 = circle(r=175,fill="#8B0000",stroke="black",stroke_width=6)
c5 = circle(r=10,fill="#800000")
c6 = circle(r=100,fill="#F5DEB3",stroke="green",stroke_width=8)
c10 = circle(r=125,fill="gold",stroke="gold")
c7 = rectangle(w=200,h=200,fill="green",stroke="black")| repeat(200,rotate(10) )
c8 = ellipse(fill=c1,stroke="black") | repeat(10,rotate(30))
c9 = rectangle(w=250,h=250,fill="#FF4500",stroke="#B8860B",stroke_width=1)| repeat(10,rotate(60) )
show(c4,c9,c7,c10,c6,c8,c2,c3,c5)