Pookkalam by Varun Krishna

Code

c1=circle(x=100,r=50,fill="#f0e118") | repeat(24,rotate(30))
c2=rectangle(w=175,h=175,fill="#13d413",) |repeat(36,rotate(10))
c6=rectangle(w=160,h=160,fill="#dd3179",stroke="none") |rotate(40)
c7=c6|repeat(36,rotate(10))
c3=circle(r=100,fill="#01cfc5",stroke="none")
c4=ellipse(x=50,w=100,h=50,fill="red",stroke="none") | repeat(24,rotate(30))
c10=circle(x=65,r=10,fill="#39FF14",stroke="none")| repeat(36,rotate(20))
c5=circle(r=50,fill="violet",stroke="violet")
c8=ellipse(w=45,h=20,x=-25,fill="blue",stroke="none") | repeat(10,rotate(20))
c9=line(x1=0,y1=0,x2=28,y2=28)         
c11=line(x1=0,y1=0,x2=-28,y2=28)         
c12=circle(x=10,r=3,fill="red",stroke="none") |repeat(2,rotate(180))
c15=ellipse(x=0,y=-20,w=10,h=45,fill="#e4cf19",stroke="none")
show(c1,c2,c7,c3,c4,c10,c5,c8,c9,c11,c12,c15)