Pookkalam by ASHITHA P R

Code

c = circle(r=150, fill="#330000")
show(c)
r1=ellipse(w=30,h=300, fill="#FFFFFF", stroke="none")|repeat(10,rotate(30))
r2=ellipse(w=30,h=300, fill="#FF8000", stroke="none")|rotate(25)|repeat(10,rotate(30))
r3=ellipse(w=30,h=300, fill="#FFFF00", stroke="none")|rotate(30)|repeat(10,rotate(30))
r4=ellipse(w=30,h=300, fill="#FFFFFF", stroke="none")|rotate(35)|repeat(10,rotate(30))
r5=ellipse(w=30,h=300, fill="#FF8000", stroke="none")|rotate(40)|repeat(10,rotate(30))
r6=ellipse(w=30,h=300, fill="#FFFF00", stroke="none")|rotate(40)|repeat(10,rotate(30))
r7=ellipse(w=30,h=300, fill="#FF8000", stroke="none")|rotate(45)|repeat(10,rotate(30))
r8=ellipse(w=30,h=300, fill="#FFFFFF", stroke="none")|rotate(50)|repeat(10,rotate(30))
show(r1,r2,r3,r4,r5,r6,r7,r8)
z1=ellipse(x=110,y=0,w=40,h=10, fill="orange")|repeat(100,rotate(5))
z2=ellipse(w=20,h=10,x=110,y=0,fill="#FFFF66")|repeat(100,rotate(5))
z3=circle(r=135,fill="#000000")
show(z3,z1,z2)
u=circle(r=110,fill="#FFE5CC")
i=circle(x=100,y=0,r=10, stroke="black")|repeat(300,rotate(4))
q=circle(r=90,fill="#CC6600")
w=rectangle(w=120,h=120,fill="#660000")|repeat(20,rotate(30))
t=circle(x=80, y=1, r=6,fill="orange")|repeat(50,rotate(30))
c3=circle(r=70, fill="#FFCC00")
d=circle(r=5,x=0,y=51,fill="#994C00")|repeat(50,rotate(10))
d1=circle(r=5,x=0,y=61,fill="#000000") +circle(r=3,x=0,y=63,fill="#FFB266")|repeat(50,rotate(10))
show(u,i,q,w,t,c3,d,d1)
c1=circle(r=50, fill="#202020")
p=line(x1=0,y1=0,x2=35,y2=35,stroke="#CCCC0C",stroke_width=3)|repeat(50,rotate(10))
e=ellipse(w=50,h=80,fill="#FF8000")|repeat(10,rotate(45))
c2=circle(r=30,fill="#FFFF00")
f=line(x1=0,y1=0,x2=21,y2=21)|repeat(50,rotate(10))
show(c1,p,e,c2,f)
j=circle(r=25, fill="#663300")
k=rectangle(w=30,h=30,fill="#CC0000")|repeat(20,rotate(30))
l=circle(r=15, fill="#330000")
show(j,k,l)
g=circle(x=0,y=7,r=5,fill="#FFFF00")|repeat(9,rotate(60))
h=circle(r=5,fill="#CC6600")+ circle(r=2, fill="#CC0000")
show(g,h)