Pookkalam by Sana Basheer

Code

c1=circle(r=150, fill="#000000")
r1 = rectangle(w=212,h=212,fill="#003b0e",stroke="none") | repeat(10, rotate(10))
r2 = rectangle(w=200,h=200,fill="#a10000",stroke="none") | rotate(15) | repeat(10, rotate(10))
r3 = rectangle(w=188,h=188,fill="#e64805",stroke="none") | rotate(20) | repeat(10, rotate(10))
r4 = rectangle(w=176,h=176,fill="#ff8503",stroke="none") | rotate(25) | repeat(10, rotate(10))
r5 = rectangle(w=164,h=164,fill="#ffd503",stroke="none") | rotate(30) | repeat(10, rotate(10))
r6 = rectangle(w=152,h=152,fill="#ffee6b",stroke="none") | rotate(35) | repeat(10, rotate(10))
r7 = rectangle(w=140,h=140,fill="#fffded",stroke="none") | rotate(40) | repeat(10, rotate(10))
c2 = circle(r=90, stroke="none",fill="lightblue")
show(c1, r1, r2, r3, r4, r5, r6, r7, c2)
sun=circle(r=20,x=0,y=0,fill="#FF7C00",stroke="none")
z=line(x1=25,y1=0,x2=75,y2=0,stroke="#FF7C00")|repeat(36,rotate(10))
show(sun,z)
e1=ellipse(x=2,y=-50,w=100,h=15,fill="black")
show(e1)
p1 = point(x=-20, y=-55)
p2 = point(x=-50, y=-50)
p3 = point(x=-50, y=-10)
e2 = polygon([p1, p2, p3],fill="black",stroke="none")
show(e2)
head=circle(r=4,x=-10,y=-16,fill="black",stroke="none")
show(head)
e2=ellipse(x=-10,y=-33,w=8,h=20,fill="black")
show(e2)
head1=circle(r=4,x=5,y=-20,fill="black",stroke="none")
show(head1)
e3=ellipse(x=5,y=-36,w=8,h=16,fill="black")
show(e3)
head2=circle(r=4,x=19,y=-24,fill="black",stroke="none")
show(head2)
e2=ellipse(x=20,y=-40,w=8,h=16,fill="black")
show(e2)