Pookkalam by Sandhra Prathap P

Code

main = circle(r=150, fill="black")
grape = rectangle (w=209,h=209,fill="#8c0343", stroke="#8c0343") | repeat (15,rotate(50))
darkorange = rectangle (w=193,h=193,fill="#d95509", stroke="#d95509")|rotate(15) | repeat (15,rotate(50))
orange = rectangle (w=178,h=178,fill="orange", stroke="orange")|rotate(0) | repeat (15,rotate(50))
yellow = rectangle (w=165,h=165,fill="yellow", stroke="yellow")|rotate(15) | repeat (15,rotate(50))
darkred = rectangle (w=153,h=153,fill="darkred", stroke="darkred")|rotate(0) | repeat (15,rotate(50))

c = ellipse(x=60,w=50,h=10,fill="pink") | repeat(36,rotate(10))
c2=circle(r=30,fill="red")
c3=circle(r=50,fill="yellow")
t=circle(r=58,fill="black")
c4=circle(r=10,fill="white")
t1=circle(r=7,fill="#8c0343")
b=circle(r=70,x=20,y=20)
c5=b|repeat(36,rotate(30))
c6=circle(r=90,fill="purple")
c8=circle(r=98,fill="purple")
c7=circle(r=103,fill="#fabc02")
s=ellipse(x=20,y=20,w=40,h=40)
s1=s|repeat(36,rotate(10))
show(main,grape,darkorange,orange,yellow,darkred,c7,c8,c6,c5,c,t,c3,c2,s1,c4,t1)