Pookkalam by Niveditha R Naik

Code

bg= rectangle(w=300,h=300,fill='#f9f3d9')
show(bg)
a= circle(r=20,fill="gold")
b=circle(r=30,fill='#ef7ca1',stroke='#b23360')|repeat(2,rotate(45)|scale(.9))
show(a,b)
c=ellipse(x=30,y=-30,w=10,h=35,fill='#e14a0a',stroke="yellow")|repeat(40,rotate(10))
show(c)
d=ellipse(x=70,y=-10,w=15,h=12,fill='#99c928',stroke="brown",stroke_width=(1.4))|repeat(80,rotate(5)|scale(1))
show(d)
e=rectangle(x=70,y=-90,w=30,h=40,fill="yellow",stroke='#e00834',stroke_width=(1.2))|repeat(108,rotate(7)|scale(1))
show(e)