Pookkalam by Fatima Ismail

Code

r0=rectangle(w=220,h=220,fill="#16f01d",stroke="none")|repeat(10,rotate(10)|scale(1))
r=rectangle (w=210,h=210,fill="#186e22",stroke="white ")|repeat(20,rotate(10)|scale(1))
c=ellipse (w=240,h=240/4,fill="red",stroke="yellow_width =5") | repeat(20,rotate(25))
e=ellipse(w=200,h=200/7,fill="orange",stroke="black ")|repeat(20,rotate(25))
e1=ellipse (w=160,h=160/3,fill="#d94011",stroke="yellow ",stroke_width=2)|repeat(40,rotate(30))
c2=circle(r=50,fill="#7a08d1",stroke="white ",stroke_width=5)
c3=ellipse(h=19,w=70,x=15,y=0,fill="pink",stroke="none")|repeat(12,rotate(36))
r1=rectangle(w=50,h=50,stroke="red")|repeat(20,rotate(10)|scale(1))
c4=circle(x=125,y=0,r=10,fill="maroon",stroke="white  ",stroke_width=2)|repeat(36,rotate(10))
c5=ellipse(h=15,w=20,x=15,y=0,fill="purple",stroke="blue")|repeat(24,rotate(36))
show(r0,r,c,e,e1,c2,c3,r1,c4,c5)