Pookkalam by Abhijith H

Code

c1 = circle(x=0, y=25, r=25,fill="#cc3300",stroke="Tomato", stroke_width=5)
c2 = circle(x=0, y=40, r=40,fill="#99cc00",stroke="Tomato", stroke_width=5)
c3 = circle(x=0, y=60, r=60,fill="orange",stroke="Tomato", stroke_width=5)
c4 = circle(x=0, y=-25, r=25,fill="#cc3300",stroke="Tomato", stroke_width=5)
c5 = circle(x=0, y=-40, r=40,fill="#99cc00",stroke="Tomato", stroke_width=5)
c6 = circle(x=0, y=-60, r=60,fill="orange",stroke="Tomato", stroke_width=5)
c7 = circle(x=25, y=0, r=25,fill="#cc3300",stroke="Tomato", stroke_width=5)
c8 = circle(x=40, y=0, r=40,fill="#99cc00",stroke="Tomato", stroke_width=5)
c9 = circle(x=60, y=0, r=60,fill="orange",stroke="Tomato", stroke_width=5)
c10 = circle(x=-25, y=0, r=25,fill ="#cc3300",stroke="Tomato", stroke_width=5)
c11 = circle(x=-40, y=0, r=40,fill="#99cc00",stroke="Tomato", stroke_width=5)
c12 = circle(x=-60, y=0, r=60,fill="orange",stroke="Tomato", stroke_width=5)
c13 = circle(r=125,fill="#ff66ff",stroke="Tomato", stroke_width=6)
c14 = circle(r=20,fill="#ff9900",stroke="Tomato", stroke_width=4)
c15 = circle(x=50,y=50,r=50,fill="PeachPuff",stroke="Tomato", stroke_width=5)
c16 = circle(x=-50,y=-50,r=50,fill="PeachPuff",stroke="Tomato", stroke_width=5)
c17 = circle(x=50,y=-50,r=50,fill="PeachPuff",stroke="Tomato", stroke_width=5)
c18 = circle(x=-50,y=50,r=50,fill="PeachPuff",stroke="Tomato", stroke_width=5)
show(c13,c15,c16,c17,c18,c3,c6,c9,c12,c2,c5,c8,c11,c1,c4,c7,c10,c14)