Pookkalam by Aleena Jomon

Code

d = circle(r=25,fill="red",stroke="none")+circle(r=15,fill="#e6b800",stroke="none")
e = ellipse(w=150,h=20,fill="#ff3377",stroke="none") | repeat(8,rotate(45))
c = circle(x=55,y=25,r=5,fill="yellow",stroke="none")
c1 = c | repeat(8,rotate(45))
c2 = circle(r=75,fill="white",stroke="#009933",stroke_width=5)
s = rectangle(w=160, h=160,fill="#862d86") | repeat(4, rotate(22))
s1 = rectangle(w=150, h=150,fill="orange",stroke="#862d86",stroke_width=4) | repeat(4, rotate(22))
c3 = circle(r=115,fill="red")
c4 = circle(x=50, y=0, r=80,stroke="#284d00") | repeat(450, rotate(5))
show(c4,c3,s,s1,c2,c1,e,d)