Pookkalam by Aleena Jose E

Code

c1= circle(r=30, fill='#ff3399',stroke='#ffffcc',stroke_width='3')
c2=  circle(x=25,y=25,r=40,fill='#ffcce6', stroke='none')
c3=  circle(x=-25,y=25,r=40,fill='#ffcce6',stroke='none')
c4=  circle(x=25,y=-25,r=40,fill='#ffcce6',stroke='none')
c5=  circle(x=-25,y=-25,r=40,fill='#ffcce6',stroke='none')
c6=  circle(r=20, fill='#ffff00',stroke='none')
c7=  circle(r=100,fill="#ff3300",stroke='none')
c11=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(8,rotate(50))
c12=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(9,rotate(40))
c13=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(100,rotate(10))
show(c3,c2,c1)
p1=point(0,100)
p2=point(100,0)
p3=point(0,-100)
p4=point(-100,0)
diamond = polygon([p1,p2,p3,p4],fill='#1aff8c',stroke='none')
show(c7)
show(diamond)
show(c11,c12,c13,c2,c3,c4,c5,c1,c6)