Pookkalam by Abhinav

Code

c1=circle(r=130,fill="#fa431e",stroke ="none")
c = rectangle () |repeat(20,rotate (30)) 
c = ellipse (stroke="white") | repeat (20,rotate (10))
c2 = circle(fill="#f7f020")
a = ellipse(h=200,w=50,stroke="none",fill="#ff3030")|repeat(8,rotate(45))
a1 = ellipse(h=200,w=50,stroke="none",fill="#4d0505")|repeat (8,rotate(45))|scale(.80)
a2 = ellipse(h=200,w=50, stroke="none",fill="#eeff05")|repeat(8,rotate(45))|scale(.70)
a3 = ellipse(h=200,w=50,stroke="none",fill="orange")|repeat(8,rotate(45))|scale(.60)
a4 = ellipse(h=200,w=50,stroke="none",fill="#940909")|repeat (8,rotate(45))|scale(.50)
a5 = ellipse(h=200,w=50, stroke="none",fill="#58fc00")|repeat(8,rotate(45))|scale(.40)
a6= ellipse(h=200,w=50,stroke="none",fill="#85308")|repeat(8,rotate(45))|scale(.30)
a7 = ellipse(h=200,w=50,stroke="none",fill="#b36f09")|repeat (8,rotate(45))|scale(.20)
a8 = ellipse(h=200,w=50, stroke="none",fill="#11faea")|repeat(8,rotate(45))|scale(.10)
show(c1,c2,c) 
show(a,a1,a2,a3,a4,a5,a6,a7,a8,)