Pookkalam by Muhammed Vasim K K

Code

s1 = circle(r=133, stroke="none", fill = "#ff6666")
s2 = circle(r=136, stroke="none", fill= "#004d99")
s3 = circle(r=139, stroke="none", fill= "#008000")
s4 = circle(r=142, stroke="none", fill= "##004d99")
s5 = circle(r=145, stroke="none", fill= "#55552b")
s6 = circle(r=50, stroke="none", fill= "#ffffe6")
s7 = circle(r=6, stroke="none", fill= "#990000")
t = rectangle(w=300,h=300, fill = "#f2f2f2")
r1 = circle(x=120, y=120, r=5,fill="#191966")
r2 = r1 | rotate(30)
r3 = r1 | rotate(90)
r4 = circle(x=-120, y=-120, r=5,fill="#191966")
r5 = r4 | rotate(30)
r6 = r4 | rotate(90)
c = circle(r=130, stroke="none", fill="#ffff03")
c1 = circle(x=0,y=100,r=50,stroke="none",fill="#e60000")| repeat(5, rotate(72))
c2 = circle(x=20, y= 75, r=43, fill = "#006666",stroke="none") | repeat(5, rotate(72))
c3 = circle(x=30, y= 58, r=36, fill = "#e67300",stroke="none") | repeat(5, rotate(72))
c4 = circle(x=35, y= 43, r=28, fill = "#262673",stroke="none") | repeat(5, rotate(72))
c5 = circle(x=20, y= 22, r=22, fill = "#00802b",stroke="#006666") | repeat(5, rotate(72))

show(t,s5,s4,s3,s2,s1,c,s6,c1,c2,c3,c4,c5,s7,r1,r2,r3,r4,r5,r6)