Pookkalam by Anaswara.m

Code

c1= circle(r=145,fill="#260303",stroke="none")
r1=rectangle(w=200,h=200,fill='red',stroke="none")|repeat(9,rotate(10))
r2=rectangle(w=185,h=185,fill='orange',stroke="none")|rotate(25)|repeat(9,rotate(10))
r3=rectangle(w=170,h=170,fill='yellow',stroke="none")|rotate(10)|repeat(9,rotate(10))
r4=rectangle(w=155,h=155,fill='white',stroke="none")|rotate(5)|repeat(9,rotate(10))
c2= circle(r=98,fill="#006400",stroke="none")
r5=rectangle(w=140,h=140,fill='white',stroke="none")|repeat(3,rotate(30))
r6=rectangle(w=130,h=130,fill='#400319',stroke="none")|repeat(3,rotate(30))
r7=rectangle(w=120,h=120,fill='red',stroke="none")|repeat(3,rotate(30))
c3=circle(r=60,fill="#006400",stroke="none")
c4=ellipse(w=4,h=8,fill="white",stroke="none")|translate(y=5)|repeat(8,rotate(45))
c5=circle(r=3,fill="red",stroke="none")
flower=c4+c5
shape=flower|translate(y=70)|repeat(12,rotate(30))
r9=rectangle(w=50,h=50,fill='#4a0523',stroke="none")+rectangle(w=40,h=40,fill='orange',stroke="none")+rectangle(w=30,h=30,fill='#f6fa0f',stroke="none")+rectangle(w=20,h=20,fill='white',stroke="none")
r8=r9|translate(y=20,x=20)|rotate(45)|repeat(8,rotate(45))
c6=circle(r=35,fill="green",stroke="none")+circle(r=30,fill="white",stroke="none")
c7=ellipse(w=12,h=50,fill='red',stroke="none")|repeat(9,rotate(20))
c8=circle(r=10,fill="green",stroke="none")
show(c1,r1,r2,r3,r4,c2,r5,r6,r7,c3,shape,r8,c6,c7,c8,flower)