Pookkalam by Jithin P

Code

c = circle(r=10,fill="#42b883")
c1=circle(r=20,fill="black")

s1=rectangle(w=50,h=50,fill="#ff960d")|repeat(2,rotate(45))
e1=ellipse(w=40,fill="#e48c95")|repeat(4,rotate(45))
c2=circle(r=50,fill="#DB8841",stroke="none")
s2=rectangle(w=100,h=100,fill="#AA3232",stroke="none")|repeat(5,rotate(30))
s3=rectangle(w=100,h=100,fill="orange",stroke="none")|repeat(6,rotate(15))
s4=rectangle(w=115,h=115,fill="#E19B52")|repeat(10,rotate(10))
c3=circle(x=0,y=75,r=50,fill="#DF612C",stroke="none")|repeat(4,rotate(90))
e2=ellipse(w=150,h=250,fill="#E5CE11")|rotate(45)
e3=ellipse(w=150,h=250,fill="#E5CE11")|rotate(-45)
c4=circle(r=125,fill="#E13D0A",stroke="#370c12",stroke_width=5)
s4=rectangle(w=150,h=150,fill="white")
s5=rectangle(w=220,h=220,fill="#dfdfc4")|repeat(10,rotate(10))
show(s5,s4,c4,e3,e2,c3,s4,s3,s2,c2,e1,s1,c1,c)