Pookkalam by Bismiya Basheer

Code

c = circle(r=50,stroke="#000080",stroke_width=9)+circle(r=15,fill="#000080")
l=line(x1=50,y1=0,x2=15,y2=0,stroke="#000080",stroke_width=4,a=0.5)|repeat(24,rotate(15))
c1=circle(r=60,fill="#FFFFFF",stroke="#FFFFFF",stroke_width=3)
c2=circle(r=75,fill="#138808",stroke="#FF9933",stroke_width=8)
shape= rectangle(w=200,h=200,stroke="#FF007F",stroke_width=5)|repeat(9,rotate(10))
shape1= rectangle(w=200,h=200,stroke="#FF007F",stroke_width=5)|repeat(9,rotate(10))
c3=circle(r=150,stroke="#5b00b8",stroke_width=10)
c4=circle(r=95,fill="#ae0017")+circle(r=126,stroke="#f5f900",stroke_width=8)
l1=line(x1=0,y1=-95,x2=0,y2=-150,stroke="#006a70",stoke_width=9)|repeat(20,rotate(20))
show(c3,shape,c4,c2,c1,c,l,l1)