Pookkalam by Sreelakshmi Anilkumar

Code

c1 = circle(r=125,fill="#800000",stroke="none")
c2 = circle(r=118,fill="#FFA500",stroke="none")
s = ellipse(w=235, h=150,fill="#FFFF00",stroke="none") | repeat(6, rotate(60))
s1 = ellipse(w=210, h=130,fill="#FFFFFF",stroke="none") | repeat(6, rotate(60))
c3 = circle(r=90,fill="#B22100",stroke="none")
r = rectangle(w=127,h=127,fill="#FFFF00",stroke="none") | repeat(6, rotate(60))
r1 = rectangle(w=120,h=120,fill="#FF69B4",stroke="none") | repeat(6, rotate(60))
s2 = ellipse(w=150, h=80,fill="#228B22",stroke="none") | repeat(6, rotate(60))
s3 = ellipse(w=130, h=70,fill="#DDA0DD",stroke="none") | repeat(6, rotate(60))
c4 = circle(x=25,y=47,r=8,fill="#FF4500",stroke="none")  | repeat(6, rotate(60))
shape = circle(r=15,fill="#FFFFFF",stroke="none")
sq = rectangle(w=70,h=70,fill="#FF69B4",stroke="none") | repeat(6, rotate(60))
sq1 = rectangle(w=65,h=65,fill="#FFFF00",stroke="none") | repeat(6, rotate(60))
s4 = ellipse(w=35, h=75,fill="#BA55D3",stroke="none") | repeat(6, rotate(60))
c5 = circle(r=7,fill="#FF00FF",stroke="none")
show(c1,c2,s,s1,c3,r,r1,s2,s3,c4,sq,sq1,s4,shape,c5)