Pookkalam by MARIYATH K

Code

main_c = circle(r=150,fill="black")
#
r1 = rectangle (w=209,h=209,fill="#900C3F", stroke="#900C3F") | repeat (15,rotate(50))
r2 = rectangle (w=193,h=193,fill="#FF5733", stroke="#FF5733") | rotate(15) | repeat (15,rotate(50))
r3 = rectangle (w=178,h=178,fill="#FF9F33", stroke="#FF9F33") | rotate(0) | repeat (15,rotate(50))
r4 = rectangle (w=165,h=165,fill="#FFF333", stroke="#FFF333") | rotate(15) | repeat (15,rotate(50))
r5 = rectangle (w=153,h=153,fill="#FEF9E7", stroke="#FEF9E7") | rotate(0) | repeat (15,rotate(50))
#
c2 = circle(r=100,fill="grey", stroke="grey")
#
s1 = circle(x=50, y=0, r=50 ,fill="#0A0909", stroke="#0A0909") | repeat(6, rotate(60))
s2 = circle(x=47, y=0, r=47, fill="#370D23", stroke="#370D23") | repeat(6, rotate(62))
s3 = circle(x=44, y=0, r=44, fill="#C70036", stroke="#C70036") | repeat(6, rotate(64))
s4 = circle(x=41, y=0, r=41, fill="#C70012", stroke="#C70012") | repeat(6, rotate(66))
s5 = circle(x=37, y=0, r=37, fill="#FF5733",stroke="#FF5733") | repeat(6, rotate(68))
s6 = circle(x=34, y=0, r=34, fill="#FF9033",stroke="#FF9033") | repeat(6, rotate(70))
s7 = circle(x=31, y=0, r=31, fill="#FFC433", stroke="#FFC433") | repeat(6,rotate(72))
s8 = circle(x=29, y=0, r=29, fill="#FFE333", stroke="#FFE333") | repeat(6, rotate(74))
s9 = circle(x=27, y=0, r=27, fill="#F8FDD4",stroke="#F8FDD4") | repeat(6, rotate(76))
# 
c3 = circle(x=0, y=0, r=45,fill="black")
c4 = ellipse(w=90, h=45, fill = "#DAF7A6", stroke = "#DAF7A6") | repeat(3, rotate(120))
c5 = circle(x=0, y=0, r=30, fill="#370D23", stroke= "#370D23")
c6 = circle(r=21, fill = "#F8E3EE", stroke="#F8E3EE")
c7 = circle(r=15, fill="#15010B ", stroke="#15010B")
show(main_c,r1,r2,r3,r4,r5,c2,s1,s2,s3,s4,s5,s6,s7,s8,s9,c3,c4,c5,c6,c7)