Pookkalam by Sharon Joseph

Code

r1 = rectangle(w=140, h=140, fill="#e67a8c" , stroke="black")|rotate(5)|repeat(15, rotate(20))
r2 = rectangle(w=120, h=120, fill="	#308014", stroke="none")|repeat(15, rotate(20))
m2_sublayer_01= rectangle(h=105,w=105,fill="#473C8B",stroke="none") | repeat(5,rotate(30))
m2_sublayer_02 = rectangle(h=105,w=105,fill="#e6261c",stroke="none") | repeat(25,rotate(30))
c1=circle(r=50, fill="#  FFC1C1", stroke="#FFFF00")
c= circle(r=50,fill="#308014")
s=line(50,0,25,0,stroke="#FFFF00")| repeat (40, rotate (10))
c2= circle(r=25,fill="#EE82EE",stroke="#EE82EE")
shape = circle(x=140, y=0, r=10,fill="#f2be13",  stroke="none") | repeat(36, rotate(10))
c3= circle(r=25,fill="#36648B",stroke="none")
pis = ellipse(w=80,h=10,fill="#FFD700")
pis2 = pis | repeat(10,rotate(20))
c8=circle(r=15,fill="#CD3278",stroke="none")
c9=circle (r=10,fill="#8B2252",stroke="none")
c10=circle(r=5,fil="#FFD700",stroke="#FF3E96", stroke_width=3)
c4= circle(x=50, y=0, r=6,fill="#ff9500", stroke="black") | repeat(36, rotate(10))
e1=ellipse(w=290,h=50,stroke_width =3,stroke ='black',fill='brown') | repeat(50,rotate (8))
e2 =ellipse(w=270,h=50,fill='red',stroke='black',stroke_width =2)|repeat(50,rotate(12))
e3 = ellipse(w=240,h=50,fill='yellow',stroke='black',stroke_width=2) | repeat(16,rotate(15))
c6 = circle(r=150, fill = "#003300", stroke= "none") 
show(c6,e2,e3,r1,r2,m2_sublayer_01,m2_sublayer_02,c1,c,c2,c3, pis,pis2,c8,c9,c10,c4,shape)