Pookkalam by S Malavika

Code

col1 = color(r=223, g=61, b=3, a=.5)
col2 = color(r=212, g=8, b=12, a=.5)
col3 = color(r=252, g=74, b=4, a=.5)
col4 = color(r=241, g=190, b=37, a=0.5)
col5 = color(r=255, g=165, b=0, a=0.5)
col6 = color(r=255, g=250, b=160, a=.75)
c1 = circle(r=3, fill="red", stroke="none")
r1 = rectangle(h=30, w=30, fill=col3, stroke="none") | repeat(3, rotate(30))
c2 = circle(r=35, fill="#fada5e", stroke="none")

c3 = circle(r=50, fill=col3, stroke_width=.05, stroke="red")
#r2 = rectangle(h=100, w=100, fill="orange", stroke="none") | repeat(9, rotate(15))
c4 = circle(r=124, fill="black")

#r3 = rectangle(h=110, w=110, fill=col5, stroke=col5) | repeat(9, rotate(15))
r4 = rectangle(h=120, w=120, fill=col4, stroke=col4) | repeat(9, rotate(15))
#r5 = rectangle(h=130, w=130, fill=col2, stroke=col2) | repeat(9, rotate(15))
r6 = rectangle(h=150, w=150, fill=col3, stroke=col3) | repeat(9, rotate(15))
r7= rectangle(h=170, w=170, fill=col2, stroke=col2) | repeat(9, rotate(15))
r8 = rectangle(h=190, w=190, fill="orange") | repeat(9, rotate(15))
show(c4, r7, r6, r4, c3, c2, r1, c1)