Pookkalam by Madhuri Suresh

Code

c = circle(r=140,stroke="#b1d4e0",fill="#ffde59")
z1=point(x=25,y=25)
z2=point(x=25,y=-25)
z3=point(x=-25,y=25)
z4=point(x=-25,y=-25)
s1=polygon([z1,z2,z3,z4],fill="#372869",stroke="none")
s2=polygon([z1,z3,z2,z4],fill="#ffde59",stroke="none")
s4=s1|repeat((2),rotate(90)|scale(2))
s5=s2|repeat((2),rotate(90)|scale(2))
c2=circle(r=50,fill="#b1d4e0",stroke="yellow")
c1=ellipse(fill="white",stroke="yellow")|repeat(6,rotate(30))|scale(0.2)
c31=c3=circle(r=45,fill="white",stroke="yellow")
c3=circle(r=45,fill="black",stroke="yellow")
c4=circle(r=5,fill="red",stroke="none")
c5=c3|scale(0.75)
c6=c3|scale(1.5)
c7=circle(r=45,fill="#b1d4e0")|scale(1.63)
r=rectangle(w=120,h=120,fill="black")|repeat(200,rotate(70))
co=c|scale(0.6)
r2=r|rotate(20)|scale(1.3)
e=ellipse(x=-130,y=35,fill="white",stroke="yellow")|repeat(16,rotate(30))|scale(0.2)
show(c,r2,co,r,c7,c6,s5,s4,c31,c5,s2,s1,c1,c4,)