Pookkalam by Anjali Krishna

Code

c1= circle(r=143,fill='#c90266',stroke='#c90266')+circle(r=137,fill='#ffc42e',stroke='#ffc42e')+circle(r=132,fill='#ffff',stroke='none')
show(c1)

sq1=rectangle(x=52,y=80,w=60,h=60,fill='#b50505',stroke='none')|repeat(12,rotate(30))
sq2=rectangle(x=52,y=80,w=50,h=50,fill='#d61515',stroke='none')|repeat(12,rotate(30))
sq3=rectangle(x=52,y=80,w=40,h=40,fill='#ff2626',stroke='none')|repeat(12,rotate(30))
sq4=rectangle(x=52,y=80,w=30,h=30,fill='#ff8826',stroke='none')|repeat(12,rotate(30))
sq5=rectangle(x=52,y=80,w=20,h=20,fill='#ffd230',stroke='none')|repeat(12,rotate(30))
show(sq1,sq2,sq3,sq4,sq5)

c2=circle(x=60,y=55,r=23,fill='#c90266',stroke='none')|repeat(12,rotate(30))
cin=circle(x=60,y=55,r=17,fill='#cf4880',stroke='none')|repeat(12,rotate(30))
c3=circle(r=86,fill='#04367d',stroke='none')
show(c2,cin,c3)

r1=rectangle(w=120,h=120,fill='#1660c7',stroke='none')|repeat(3,rotate(30))
r2=rectangle(w=105,h=105,fill='#3984ed',stroke='none')|repeat(3,rotate(30))
r3=rectangle(w=90,h=90,fill='#8db4eb',stroke='none')|repeat(3,rotate(30))
show(r1,r2,r3)

e1=ellipse(w=120,h=40,fill='#fff429',stroke='none')|repeat(6,rotate(30))
e2=ellipse(w=100,h=40,fill='#ff8c3b',stroke='none')|repeat(6,rotate(30))
show(e1,e2)

sq6=rectangle(w=60,h=60,fill='#f20c0c',stroke='none')|repeat(3,rotate(30))
c4 = circle(r=30,fill='white',stroke='white',stroke_width=3)
show(sq6,c4)

e3=ellipse(w=20,h=60,fill='#801870',stroke='none')|repeat(6,rotate(30))
show(e3)

flower= (ellipse(w=10,h=40,fill='#f542ad',stroke='#ed269d')|repeat(10,rotate(40)))+(rectangle(w=14,h=14,fill='#f542ad',stroke='#ed269d')|repeat(2,rotate(45)))+circle(r=6,fill='#f542ad',stroke='#ed269d')
show(flower)