Pookkalam by naflath

Code

r1=circle(r=140,fill="#8B008B")
r2=circle(r=128,fill="#FFFF00")
r3=circle(r=90,fill="#FA8072")
r4=circle(r=40,fill="#C70039 ")
r5=circle(r=30,fill="white")
r6=ellipse(x=126,y=0,w=20,h=23,fill="red")| repeat(50,rotate(10))
r7=ellipse(x=126,y=0,w=13,h=13,fill="green",stroke="white",stroke_width=2)| repeat(50,rotate(10))
r8=ellipse(x=50,y=0,w=75,h=18,fill="#C70039  ",stroke="black",stroke_width=2)| repeat(12,rotate(30))
r9=ellipse(x=90,y=0,w=20,h=23,fill="red")| repeat(37,rotate(10))
r10= rectangle(x=105,h=20,w=10,fill='green',stroke="white",stroke_width=1.5) | repeat(80,  rotate(20))
rangoli=r1+r6+r7+r2+r10+r9+r3+r8+r4+r5

t1=rectangle(x=-5,y=13,w=25,h=7,fill="#05BFCE",stroke="#05BFCE")
t2=rectangle(x=14,y=13,w=7,h=7,fill="#0060FF",stroke="#0060FF")
t3=rectangle(x=0,y=2,w=35.5,h=7,fill="#FFCD10",stroke="#FFCD10")
t4=rectangle(x=-10,y=-9,w=15,h=7,fill="#EE1700",stroke="#EE1700")
t5=rectangle(x=5,y=-9,w=5,h=7,fill="#95BF15",stroke="#95BF15")
t6=rectangle(x=15,y=-9,w=5,h=7,fill="#205B67",stroke="#205B67")
tinkerhub=t1+t2+t3+t4+t5+t6

show(rangoli+tinkerhub)