Pookkalam by Rumaisa Mubaraka P A

Code

c1 = circle(r=146, fill="#006600")
f1 = color(r=255, g=0, b=0)
c2 = circle(r=100, fill=f1,stroke=f1)
c3 = circle(r=35, fill="#c6ff1a",stroke="#ff471a",stroke_width=3)
c4 = circle(r=30, fill="yellow",stroke="#ff471a")
c6 = circle(r=10, fill=" #ff80bf", stroke="#ff80bf",stroke_width=9 )
c7 = circle(r=100, stroke=f1,stroke_width=7)
c8 = circle(r=120, fill="#ffa31a", stroke="none")
s1 = ellipse(w= 150, h=50, fill="yellow", stroke="#e60073", stroke_width=9 )
s3 = ellipse(w= 150,h=50,fill=" yellow",stroke="#1ab2ff",stroke_width=9)  | repeat(3, rotate(60))
s7 = ellipse(w= 150,h=50,fill="green",stroke="#e60073",stroke_width=9) | repeat(3, rotate(60))
s1 = s3 | rotate(90)
show(c1)
show(c8,c2,s1,s3,s7,c3,c4,c6,c7)