Pookkalam by Geethu.k

Code

c = circle(r=150,fill="brown")
c1=circle (r=10,fill="#613613")
c2=circle(r=15,fill="orange")
c3=circle(r=20,fill="violet")
c4=circle(r=25,fill="purple")
c5=circle (r=145,fill="red")
c6=circle(r=140,fill="orange")
c7=circle(r=135,fill="yellow")
c8=rectangle(w=195,h=195,fill="#660000")|repeat(30,rotate(50))
c9=rectangle (w=189,h=189,fill="#006600",stroke="none")|repeat(30,rotate(50))
c10=rectangle (w=169,h=169,fill="#FD6A02")|rotate(30)|repeat(60,rotate(60))
c11 = circle(r=10,fill="#663300")
pis = ellipse(w=80,h=10,fill="PINK",stroke="black")
pis2 = pis | repeat(10,rotate(20))
inner_cir = circle(r=50,fill="#B5338A")
c19 = ellipse(w=195,h=50,fill='#702963',stroke='black') | repeat(16,rotate(15))
show(c,c5,c6,c7,c8,c9,c10,c4,c3,c2,c1,c19,inner_cir,pis,pis2,c11)