Pookkalam by Aswin K R

Code

c1=circle(r=125,fill="red",stroke="none")
s1= ellipse(fill="orange",stroke="none")
s2= s1|rotate(45)
s3= s1|rotate(90)
s4= s1|rotate(135)
c2= circle(r=50,fill="yellow",stroke="none")
show(c1,s1,s2,s3,s4,c2)