Pookkalam by Althaf A K

Code

c = circle()
show(c)
c1 = circle(r=20,fill='yellow',stroke='none')
c2=circle(r=8,x=18,y=18,fill='red',stroke='none')|repeat(12,rotate(30))
p1=ellipse(h=16,w=10,x=0,y=9,fill='#FF7F50',stroke='none')|repeat(6,rotate(62))
c3=circle(r=60,stroke='#A2CD5A',fill='#FFB90F',stroke_width=6)
p2=ellipse(h=110,w=28,x=0,y=0,fill='#8B4500',stroke='none')|repeat(3,rotate(60))
c4=circle(r=30,x=45,y=45,fill='red',stroke='none')+circle(x=45,y=45,r=10,fill='green')|repeat(9,rotate(40))
c5=circle(r=98,fill='#FFB90F',stroke='none')
r1=rectangle(w=160,h=160,stroke='#B22222',stroke_width=5)
r2=r1|rotate(60)
r3=r1|rotate(120)
r4=r1|rotate(180)
c6=circle(r=115,fill='#FF7D40',stroke='none')
l1 = rectangle(w=200, h=200,fill='#CD9B1D',stroke='none') | repeat(10, rotate(10))
l2=rectangle(w=175,h=175,fill='yellow',stroke='none')|repeat(18,rotate(10))
l3=rectangle(w=185,h=185,fill='#FFD700',stroke='none')
l4=l3|rotate(15)
l5=l4|repeat(18,rotate(10))

show(l1,l5,l2,c6,r4,r3,r2,c5,c4,c3,p2,c2,c1,p1)