Pookkalam by Sabith

Code

c1 = circle(r=130,stroke="#FFADAD",fill="#FFD6A5")
c2 = circle(r=120,fill="#FFC6FF",stroke="none")
r=rectangle(h=150,w=150,fill="#CAFFBF",stroke="#A0C4FF")|repeat(34,rotate(48))
c3=circle(r=70,fill="#BDB2FF",stroke="none")
r1=rectangle(h=70,w=70)|repeat(32,rotate(48))
show(c1,c2,r,c3,r1)