Pookkalam by Majesty

Code

#vattam
#124B00

e1 = ellipse(x = 0, y = 60,w = 60,h =140 ,stroke = 'none',fill='#FE0101') | repeat(10,rotate(36))
c1 = circle(r = 135,fill = 'black',stroke = 'gold', stroke_width = 10)
show(c1,e1)

#jamanthi

l1 = ellipse(x = 50, y = 10, w=100,h = 30 ,fill = "#FDFD79", stroke = 'none') | rotate(65) | repeat(10, rotate(36))
l2 = ellipse(x = 0, y = 60,w = 40,h =120 ,stroke = 'none',fill = '#F6E002') | repeat(10,rotate(36))
l3 = rectangle(x = 82,y = 82, h = 10,w = 10,stroke = 'none',fill = 'orange') | rotate(45) | repeat(10, rotate(36))

show(l1,l2,l3)
c3=circle(r=50,fill='green')#ela
c4=circle(r=30,fill='darkviolet')#malli
c2=circle(r=20,fill='white')#thumba
c5=circle(r=10,fill='red')#redrose
show(c3,c4,c2,c5)