Pookkalam by Shahina S

Code

e1=ellipse(w=30,h=17,x=20,y=0,stroke='#9e0808',stroke_width=3,fill="#f4ff59") | rotate(22.5)
petal=e1 | repeat(9, rotate(45))
c1=circle(r=5,fill="red",stroke="none")
c2=circle(r=30,fill="skyblue",stroke="none")
c3=circle(r=40,fill="blue",stroke="none")
c6=circle(r=50,fill="indigo",stroke="none")
sq1 = Rectangle(height=170, width=170, stroke="none", fill="red")
sq2 = sq1 | rotate(angle=45)
sq3 = Rectangle(height=150, width=150, stroke="none", fill="pink")
sq4 = sq3 | rotate(angle=45)
sq5 = Rectangle(height=120, width=120, stroke="none", fill="violet")
sq6 = sq5 | rotate(angle=45)
sq7 = Rectangle(height=100, width=100, stroke="none", fill="magenta")
sq8 = sq7 | rotate(angle=45)
c4=circle(r=135,fill="#78002e",stroke="none")
c5=circle(r=120,fill="#ad1457",stroke="none")
e2=ellipse(h=290,w=90,fill="#FF8000")|repeat(55,rotate(40))
e3=ellipse(h=300,w=90,fill="darkgreen")|repeat(55,rotate(40))
show(e3, e2, c4, c5)
show( sq1, sq2, sq3, sq4, sq5, sq6, sq7, sq8, c6, c3, c2, e1, petal, c1 )