Pookkalam by Ajmal

Code

c1=circle(r=200,fill="white",stroke="none")
r1=rectangle(w=220,h=220,fill="#000b1a",stroke="none") | repeat(10, rotate(10))
r2=rectangle(w=200,h=200,fill="#c3f218",stroke="#ff0000",stroke_width=4) | repeat(10, rotate(15))
e1 = circle(r=75,fill='red',stroke="white") | repeat(12, rotate(25))
e2 = circle(r=50,fill='#133a6e',stroke="none") | repeat(12, rotate(25))
c3= circle(r=11,x=23,y=0,stroke="none",fill="white")|repeat(6,rotate(60))
e4 = ellipse(w=200,h=30,fill='#d75b50',stroke="none") | repeat(50, rotate(30))
e5 = ellipse(w=250,h=50,fill='#72009c',stroke="none") | repeat(50, rotate(30))
e6 = ellipse(w=215,h=50,fill='#210a91',stroke="none") | repeat(50, rotate(30))
e7 = ellipse(w=230,h=50,fill='#ff059f',stroke="none") | repeat(50, rotate(30))
r3 = rectangle(w=150,h=150,fill="white",stroke = "white")| repeat(10, rotate(10))
e8 = ellipse(w=250,h=50,fill='#fa0020',stroke="#7cfc86",stroke_width=2) | repeat(30, rotate(10))
c2 =circle(r=15,fill="black")
c4 =circle(r=10,fill="#7cfc86")
r7=rectangle(w=18,h=1,fill="#fa054e")| repeat(360, rotate(45))


r5=rectangle(w=102,h=35,stroke="none",fill="#c3f218")| repeat(2, rotate(90))
e9 =ellipse(w=100,h=40,fill="#43dea5",stroke="#43dea5")| repeat(5, rotate(45))
r4=rectangle(w=100,h=100,fill="#c3f218",stroke="#ff0000",stroke_width=4) | repeat(10, rotate(15))

show(c1,r1,r2,e8,r3,e5,e7,e6,e4,e1,r4,e2,e9,r5,c3,c2,c4,r7)