Pookkalam by Adithya A S

Code

c1=circle(r=145,fill="#7D0552")
c2=circle(r=120,fill="#FBB117")
show(c1,c2)
r2= rectangle(w=150,h=150,stroke="#DC143C",fill="#DC143C")|repeat(50, rotate(10)|scale(1))
show(r2)
e1=ellipse(h=190,w=40,fill="#151B54")|repeat(8, rotate(45))
show(e1)
c3=circle(r=60,fill="#FFA500")
show(c3)
e2=ellipse(h=100,w=10,fill="#500A35")|repeat(50, rotate(10))
show(e2)
c4=circle(r=20,fill="#E75480")
show(c4)