Pookkalam by Adithyan_mb

Code

c1 =circle(r=150,fill="green",stroke="#348001") 
s1=ellipse(w=100,h=280,fill="#e31010",stroke="#8f0404")|repeat(50,rotate(45)  )          


p1=point(x=88,y=88)
p2=point(x=75,y=25)
p3=point(x=25,y=75)
s=polygon([p1,p2,p3],fill="#6b1dd1",stroke="#5e027a")|repeat(8,rotate(45))
s2=polygon([p1,p2,p3],fill="#FF5722",stroke="#c95400")|repeat(24,rotate(22.5))

c2=circle(r=125,fill=" #ffcc33",stroke="#f09a05")                                            
c3=circle(r=80,fill="#FFF176",stroke="#f0b505")
c4=circle(r=60,fill="#F48FB1",stroke="#f0058a")
c5=circle(r=35,fill="green",stroke="#408000")
c6=circle(r=20,fill="#991167",stroke="#9e058c")
c7=circle(r=10,fill=" red",stroke="white",stroke_width=5)

l1 = line(x1=57,y1=57,x2=-57,y2=-57,Stroke=" #408000",stroke_width=22)
l2=l1|rotate(45)
l3=l1|rotate(90)
l4=l1|rotate(135)
L1=combine([l1,l2,l3,l4])

l1 = line(x1=57,y1=57,x2=-57,y2=-57,Stroke="#c92020",stroke_width=15)
l2=l1|rotate(45)
l3=l1|rotate(90)
l4=l1|rotate(135)
L2=combine([l1,l2,l3,l4])|rotate(22.5)|scale(0.75)


r1=ellipse(w=22,h=70,fill="#ff9640",stroke="#ed5502")|repeat(5,rotate(72))

show(c1,s1,c2,s2,s,c3,L1,c4,L2,c5,r1,c6,c7)