Pookkalam by Achuth R Kumar

Code

a = circle(r=25,fill="navajowhite",stroke_width="none")
f=circle(r=50,fill="orange")
tx = rotate(angle=45) | scale(0.95) 
b=rectangle(w=150, h=150,fill="red") | repeat(9, tx)
c=circle(r=100,fill="#002080")
d=rectangle(w=90, h=90,fill="#998184") | repeat(10, rotate(angle=13))
e=circle(x=25, y=0, r=25,stroke_width=1.5) | repeat(15, rotate(angle=25))
g=rectangle(w=160, h=160,fill="#204fa1") | repeat(9, rotate(angle=10))
h=circle(r=140,stroke_width=1,stroke="#174f07") | repeat(9, scale(0.98))
i=circle(x=130, y=0, r=10, fill="red", stroke="gold",stroke_width=3)|repeat(10,rotate(36))
j=circle(x=127, y=25, r=10, fill="blue", stroke="gold",stroke_width=3)|repeat(10,rotate(36))
k=circle(x=119, y=50, r=10, fill="purple", stroke="gold",stroke_width=3)|repeat(10,rotate(36))
l=circle(r=118,fill="gold")
n=circle(x=119,y=119,r=25,fill="black",stroke="gold",stroke_width=5)|repeat(4,rotate(90))
m=line(stroke="white",stroke_width=1) | repeat(36, rotate(angle=5))
show(l,h,i,j,k,g,c,m,b,d,f,a,e,n)