Pookkalam by Alen George

Code

#outer rectangle layer

rect1=rectangle(w=160,h=160,fill="red",stroke="#a30e0e")|repeat(20,rotate(50))

rect2=rectangle(w=180,h=180,fill="#ce0606",stroke="pink")|rotate(15)|repeat(20,rotate(50))

rect3=rectangle(w=200,h=200,fill="blush",stroke="#fc9802")|repeat(20,rotate(50))

rect4=rectangle(w=220,h=220,fill="#fceb02",stroke="white")|rotate(15)|repeat(20,rotate(50))|scale(0.98)

#inner ellipse layer

e1 = ellipse(w=200,h=99,fill="pink",stroke="#122819")|repeat(10,rotate(30))

e2 = ellipse(w=190,h=85,fill="#981C1C",stroke="cyan")|rotate(15)|repeat(10,rotate(30))

e3 = ellipse(w=180,h=77,fill="yellow",stroke="#E64906")|rotate(30)|repeat(10,rotate(30))

e4 = ellipse(w=170,h=65,fill="#FF8601",stroke="orange")|rotate(15)|repeat(10,rotate(30))

e5 = ellipse(w=160,h=45,fill="green",stroke="#FED80A")|rotate(15)|repeat(10,rotate(30))

#output

show(rect4,rect3,rect2,rect1,e1,e2,e3,e4,e5)