Pookkalam by Abhiram

Code

c1=circle(r=144,fill="#FABEC0",stroke="#F37970")
c2=circle(r=100,fill="green",stroke="none")
e1=ellipse(h=289,w=64,fill="#eb0909",stroke="none")|repeat(30,rotate(12))
e2=ellipse(h=259,w=35,fill="Yellow",stroke="#FFFF00")|rotate(7)
e3=e2|repeat(30,rotate(12))
e4=ellipse(h=259,w=35,fill="orange",stroke="#D18700")|rotate(14)
e5=e4|repeat(30,rotate(12))
e6=ellipse(fill="#A30000",h=190,w=40)|rotate(30)|repeat(6,rotate(30))
e7=ellipse(fill="#FF2E2E",h=150,w=30)|rotate(30)|repeat(6,rotate(30))
e8=ellipse(fill="#420075",h=120,w=30,stroke="none")|rotate(30)|repeat(6,rotate(30))
c4=circle(r=40,fill="#FFFF5C",stroke="none")
s = circle(x=140, y=0, r=10,fill="#AC001E")
s1 = s | repeat(20, scale(0.85))
s2 = s1 | repeat(36, rotate(10))
show(s2)
c5=circle(r=12,fill="brown",stroke="none")
e9=ellipse(h=80,w=20,fill="#58427C",stroke="none")|rotate(30)
e10=e9|repeat(3,rotate(120))
e11=ellipse(h=50,w=20,fill="red",stroke="none")|rotate(30)|repeat(3,rotate(120))
show(c1,e1,e3,e5,c2,e6,e7,e8,c4,e10,e11,c5)