Pookkalam by Anagha V

Code

c1= circle(r=140,fill="#ffea00")
c2=circle(r=120,fill="#2b1d0e")
l1=line(x1=140,y1=0,x2=135,y2=0,stroke="#000000",stroke_width=2)|repeat(400,rotate(1))
l2=line(x1=120,y1=0,x2=123,y2=0,stroke="#000000",stroke_width=1)|repeat(400,rotate(1))
l3=line(x1=119,y1=0,x2=117,y2=0,stroke="#ffffff",stroke_width=5)|repeat (24,rotate(30))
r1=rectangle(w=170,h=170,fill="#ffac1c")|repeat (2,rotate(45))
r2=rectangle(w=160,h=160,fill="#ff4500")|repeat (2, rotate (45))
r3=rectangle(w=150,h=150,fill="#52361b")|repeat (2,rotate(45))
r4=rectangle(w=140,h=140,fill="#008000")|repeat (2,rotate(45))
r5=rectangle (w=130,h=130,fill="#ffffff")|repeat (2,rotate(45))
c3=circle(r=80,fill="#d80000",stroke="#00008b",stroke_width=1)
c4=circle (r=75,fill="#ffff00",stroke="#5e3128",stroke_width=5)
c5=circle(x=55,y=0,r=8,fill="#32cd32",stroke="#8b4513",stroke_width=1)|repeat (14,rotate(30))
c6=circle(x=40,y=0,r=6,fill="#ff8700",stroke="#8b4513")|repeat (14,rotate(30))
c7=circle(x=55,y=0,r=5,fill="#1434a4",stroke_width=2)|repeat (14,rotate(30))
c8=circle(x=40,y=0,r=3,fill="#d4af37",stroke="#6e260e",stroke_width=1)|repeat(14,rotate(30))
l4=line(x1=34,y1=0,x2=38,y2=0,stroke_width=1)|repeat(180,rotate(2))
r6=rectangle(w=35,h=35,fill="#32cd32",stroke="#000000",stroke_width=1)|repeat(3,rotate(30))

show(c1,c2,l1,l2,l3,r1,r2,r3,r4,r5,c3,c4,l4,c5,c6,c7,c8)