Pookkalam by Ashwin Sivasankaran Kolapadath

Code

s1 = rectangle(w=300, h=300,fill="black") | repeat(60, rotate(5)|scale(0.92))
r1=rectangle(w=250,h=190,fill="#fc9802",stroke="none")|repeat(20,rotate(50))
r2=rectangle(w=240,h=210,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98)
b1 = circle(x=0, y=0, r=115,fill="white")

s2 = ellipse(w=220,h=100,stroke="blue") | repeat(36, rotate(10))
s3 = circle(x=50, y=0, r=40,fill="yellow") | repeat(10, rotate(60))
s3i = circle(x=0, y=0, r=60,fill="#ce4257")
s4 = rectangle(w=100, h=100,fill="red") | repeat(10, rotate(10))
s4i = circle(x=25, y=0, r=20,fill="blue") | repeat(10, rotate(60))
l1 = ellipse(h=10,w=15,x=15,y=0,fill='#ad2831',stroke="none") | repeat(12,rotate(36))
s6 = circle(r=10,fill="#ce4257",stroke="none")
s7 = circle(r=15,fill="#003469",stroke="none")
show(r2,r1,s1,b1,s2,s3,s4,s3i,s4i,l1,s6,s7)