Pookkalam by Sujith Sasikumar

Code

c1 = circle(r=10,fill="#ce4257",stroke="none")
c2 = circle(r=15,fill="#c9184a",stroke="none")
c3 = circle(r=25,fill="#fcca46",stroke="none") 
c4 = circle(r=35,fill="#eeef20",stroke="none")
c5 = circle(r=145,fill='#edede8',stroke="none")

c6 = circle(r=100,fill="#b56576" ,stroke="none")
c7 = circle(r=90,fill="#723d46",stroke="none")

e1=ellipse(h=10,w=15,x=15,y=0,fill='#ad2831',stroke="none") | repeat(12,rotate(36))
e2=ellipse(h=15,w=50,x=15,y=0,fill='#94d2bd',stroke="none") | repeat(100,rotate(31))
e3=ellipse(h=270,w=150,y=0,stroke="none",fill="#6f1d1b") | repeat(8,rotate(45)) | rotate(45)
e4 =ellipse(w=140,h=3,fill="purple",stroke="purple")|repeat(60,rotate(6))
e5 =ellipse(w=175,h=30,fill="white",stroke="red")|repeat(8,rotate(50))
e6 =ellipse(w=175,h=30,fill="orange",stroke="orange")|repeat(9,rotate(40))
e7 =ellipse(w=175,h=30,fill="#fae588",stroke="yellow")|repeat(100,rotate(10))

r1 = rectangle(w=160, h=160, fill="#f5cb5c", stroke="none") | repeat(9, rotate(angle=10))
r2 = rectangle(w=150, h=150, fill="#fcd5ce", stroke="none") | repeat(9, rotate(angle=10))

show(c5,e3,r1,r2,c6,c7,e7,e6,e4,e2,c4,c3,e1,c2,c1)