Pookkalam by M Munees

Code

c1 = circle(r=15,fill="#AD01FD" , stroke="none")
c2 = circle(r=30,fill="#890400 " , stroke="none")
c3 = circle(r=40,fill="#C70039" , stroke="none")
c4 = circle(r=50,fill="#FF5733" , stroke="none")
c5 = circle(r=60,fill="#FF8300" , stroke="none")
c6 = circle(r=70,fill="#FFD30F" , stroke="none")
c7 = circle(r=80,fill="#FFF40F" , stroke="none")
l1=line(x1=0,y1=100,x2=0,y2=-100,stroke="#630051",stroke_width=3) | rotate(14) | repeat(6,rotate(30))
c8=ellipse(w=42,h=20,x=1,y=80,fill="white" ,stroke="#630051",stroke_width=3) | repeat(12,rotate(30))
c9=ellipse(w=51,h=50,x=1.5,y=95,fill="#CB4335" ,stroke="#630051",stroke_width=3) | repeat(2,rotate(180))
c10=ellipse(w=51,h=50,x=1.5,y=95,fill="#884EA0", stroke="#630051",stroke_width=3)|rotate(30) | repeat(2,rotate(180))
c11=ellipse(w=51,h=50,x=1.5,y=95,fill="#D4AC0D",stroke="#630051" ,stroke_width=3)|rotate(60) | repeat(2,rotate(180))
c12=ellipse(w=51,h=50,x=1.5,y=95,fill="#FAA300" ,stroke="#630051" ,stroke_width=3)|rotate(90) | repeat(2,rotate(180))
c13=ellipse(w=51,h=50,x=1.5,y=95,fill="#E755F6" ,stroke="#630051" ,stroke_width=3)|rotate(120) | repeat(2,rotate(180))
c14=ellipse(w=51,h=50,x=1.5,y=95,fill="#B800B5" ,stroke="#630051" ,stroke_width=3)|rotate(150) | repeat(2,rotate(180))
e1 = ellipse(w=10,h=20,x=0,y=20,fill="#4A036C" ,stroke="none") | repeat(12,rotate(30))
c15 = circle(r=120,fill="#630051" ,stroke="#630051")
c16 = circle(r=35,fill="#581845",x=0,y=115 , stroke="none")|rotate(15) | repeat(12,rotate(30))
c17 = circle(r=28,fill="#C70039",x=0,y=115 , stroke="none")|rotate(15) | repeat(12,rotate(30))
c18 = circle(r=21,fill="#FF5733",x=0,y=115 , stroke="none")|rotate(15) | repeat(12,rotate(30))
c21 = circle(r=14,fill="#FFC300",x=0,y=115 , stroke="none")|rotate(15) | repeat(12,rotate(30))
c19 = circle(r=20,fill="#4A036C",x=0,y=125 , stroke="none")| repeat(12,rotate(30))
c20 = circle(r=150,fill="#0B3200" , stroke="none")
show(c20,c19,c16,c17,c18,c21,c15,c14,c13,c12,c11,c10,c9,c8,c7,c6,c5,c4,c3,l1,c2,e1,c1)