Pookkalam by Harshath K

Code

c1 = circle(r=150,fill="#00FFFF")
T2 = color(r=215, g=165, b=50, a=1)
t3 = color(r=135, g=206, b=235, a=1)
t4 = color(r=128, g=0, b=0, a=0.5)
c2=circle(r=50,fill=t3)
c3=circle(r=10,fill="violet")
c4=circle(r=7.5,fill="indigo")
C5=circle(r=5,fill="orange")
C6=circle(r=2.5,fill="red")
c9 = color(r=255, g=255, b=255, a=1)
r2=rectangle (w=100,h=100,fill=t4)|repeat(10,rotate(10))
c7=circle(r=71,fill=c9)
r1=rectangle (w=70,h=70,fill=T2)|repeat (60,rotate(5)|scale(0.92))
T1 = color(r=255, g=0, b=0, a=0.5)
t4=color(r=240,g=230,b=140,a=1)
t5 = color(r=244, g=144, b=96, a=0.5)
shape=ellipse(w=100,h=30,fill=T1)|repeat (6,rotate(30))
shape2=ellipse(w=175,h=90,fill=t4)|repeat(6,rotate(45))
shape3=ellipse(w=160,h=90,fill=t5)|repeat(6,rotate(45))
c10 = color(r=112, g=128, b=144, a=0.5)
c8=circle(r=88,fill=c10)
t8=color(r=128,g=0,b=0)
c11=circle(r=115,fill=t8)
t7=color(r=255,g=105,b=180,a=1)
f1=rectangle (w=202,h=202,fill="#7FFFD4")|repeat(10,rotate(30))
f2=rectangle (w=211,h=211,fill="#2F4F4F")|repeat(10,rotate(30))
#c12=circle(x=0,y=10,r=115)|repeat(3,rotate(60))
shape4=ellipse(w=230,h=90,fill=t7)|repeat(6,rotate(45))
show(c1,f2,f1,c11,shape4,c8,shape2,shape3,c7,r2,c2,shape,r1,c3,c4,C5,C6)