Pookkalam by Ritu Pournami

Code

c1=circle(r=150,fill="#f7e705",stroke_width=6,stroke="#00802b")
c2=circle(r=125 ,fill="#fc9e05",stroke="#f20713")
c3=circle( x=0,y=-80,r=35,fill="#7215a1",stroke="#fffcfd") | repeat(12,rotate(30))
c4=circle(r=80,fill="#f2efb8")
p1 = point(x=0 ,y=-80)
p2 = point(x=69,y=40)
p3 = point(x=-69 ,y=40)
t1= polygon([p1, p2, p3],fill="#f7e705",stroke="#00802b",stroke_width=3)
p4 = point(x=0 ,y=80)
p5 = point(x=-69,y=-40)
p6 = point(x=69 ,y=-40)

t2= polygon([p4, p5, p6],fill="#fc9e05",stroke="#00802b",stroke_width=3)
c5=circle(r=15,fill="#f20713",stroke="#fffcfd")
c6=circle(r=5,fill="#00802b")
show(c1,c2,c3,c4,t1,t2,c5,c6)