Pookkalam by Fathima Shahana K

Code

c1 = circle(x=0, y=0, r=25, fill = "#ce0606")
c2 = circle(x=50, y=0, r=25, fill = "tomato") | repeat(6, rotate(60))
c3 = circle(x=0, y=25, r=15, fill = "#fc9802") | repeat(6, rotate(60))
c8 = circle(x=45, y=0, r=15, fill = "#red") | repeat(6, rotate(60))
c4 = circle(x=0, y=0, r=75, fill = "peachpuff")
c5 = circle(x=0, y=0, r=80, fill = "#fc9802")
rect1=rectangle(w=130,h=130,fill="#820a0a",stroke="none")|repeat(20,rotate(50))
rect2=rectangle(w=140,h=140,fill="#fc9802",stroke="none")|repeat(20,rotate(50))
rect3=rectangle(w=155,h=155,fill="#ce0606",stroke="none")|repeat(20,rotate(50))
c6 = circle(x=0, y=0, r=115, fill ="#820a0a")
c7 = circle(x=0, y=0, r=120, fill ="#fc9802")
show(c7, c6, rect3, rect2,rect1, c5, c4, c1, c2, c8, c3)