Pookkalam by SREYA E P

Code

circle1=circle(r=145,fill="#f4fb07",stroke="#5c0202",stroke_width=5)
l1=line(x1=0,y1=142,x2=0,y2=-142,stroke="#b90101",stroke_width=10)|repeat(24,rotate(15))
l2=line(x1=-9,y1=142,x2=9,y2=-142,stroke="#02630f",stroke_width=10)|repeat(24,rotate(15))
l3=line(x1=-19,y1=142,x2=19,y2=-142,stroke="#020764",stroke_width=10)|repeat(24,rotate(15))
circle2=circle(r=125,fill="#ff9900")
show(circle1,l1,l2,l3,circle2)
mid=circle(r=2.5,fill="#000000")
c=circle(r=5,fill="white")
c1=circle(r=10,fill="#00004d",stroke="#001a00")
c2=circle(r=20,fill="#800000",stroke="#001a00")
e1=ellipse(w=40,h=10,fill="#ffff99",stroke="#001a00")|repeat(4,rotate(45))
e2=ellipse(w=60,h=25,fill="#ffe6e6",stroke="#001a00")|repeat(4,rotate(60))
c3=circle(r=30,fill="#660033",stroke="#001a00")
r1=rectangle(w=55,h=55,fill="#ffff00",stroke="#001a00")|repeat(4,rotate(120))
r2=rectangle(w=65,h=65,fill="#ff9900",stroke="#001a00")|repeat(4,rotate(120))
r3=rectangle(w=75,h=75,fill="#ffff00",stroke="#001a00")|repeat(4,rotate(120))
r4=rectangle(w=90,h=90,fill="#ff9900",stroke="#001a00")|repeat(4,rotate(120))
ci1=circle(r=70,fill="#053c0e",stroke="#ffff4d",stroke_width=3)
re1=rectangle(w=150,h=150,fill="#fa4255",stroke="#26014b",stroke_width=3)
re2=rectangle(w=150,h=150,fill="#fe58db",stroke="#01093e",stroke_width=3)|rotate(45)
cir1=circle(r=110,fill="#e9e900")
fill=rectangle(w=5,h=5,x=55,y=30,fill="white")|repeat(13,rotate(30))
cir2=circle(r=10,y=90,x=39,fill="#650214")+circle(r=7,y=90,x=39,fill="#ffb3ff")+circle(r=5,y=90,x=39,fill="#053c0e",stroke="none")|repeat(8,rotate(45))
rectangle1=rectangle(w=175,h=175,fill="#7a0004",stoke="none")|repeat(12,rotate(30))
dot=circle(r=2.5,x=60,y=60,fill="black")|repeat(9,rotate(45))
show(rectangle1,cir1,cir2,re1,re2,dot,ci1,fill,r4,r3,r2,r1,c3,e2,c2,e1,c1,c,mid)