Pookkalam by Hana vk

Code

c1 = ellipse(fill="#b31818",stroke_width=3,stroke="#4d7902")
c2=c1|rotate(45)
c3=c1|rotate(90)
c4=c1|rotate(135)
c5=c1|rotate(180)
c6=c1|rotate(225)
s1 = circle(r=20,srtoke_width=1,stroke="#A1045A",fill="#A1045A")
s2 = circle(r=50,srtoke_width=2,stroke="#bb3318",fill="#bb3318")
s3 = circle(r=75,srtoke_width=3,stroke="#ED820E",fill="#ED820E")
s4 = circle(r=100,srtoke_width=4)
s5 = circle(r=125,srtoke_width=5,stroke="#4d7902",fill="#FC6A03")
s6 = circle(r=130,stroke_width=6,Stroke="#b31818",fill="#b31818")
s7 = circle(r=80,stroke_width=2,stroke="#DD571C",fill="#DD571C")
s8 = circle(r=65,stroke_width=1,stroke="#EC9706",fill="#EC9706")
f1 = rectangle( w=200,h=100,fill="#FCAE1E",stroke="#EC9706",stroke_width=3)|repeat(200,rotate(100))
f2 = rectangle( w= 65,h=65,stroke="#bb3318",fill="#4d7902")|repeat(29, rotate(20)|scale(0.9))
f3 = ellipse(stroke="white") | repeat(40, rotate(10))
f4 = ellipse(w=50,h=20,stroke="#FFA500") | repeat(40, rotate(10))

show(s6,s4,s5,f1,f3,c1,c2,c3,c4,c5,c6,s7,s3,s8,s2,f2,s1,f4)