Pookkalam by Drijusha.T.K

Code


red = color(r=110,g=1,b=0, a=0.2)
outer_tint = color(r=254,g=70,b=0,a=0.4)


c1= circle(r=5, fill='white', stroke='black', stroke_width=4)
e1 = ellipse(w=80, h=10, fill=' #FEE4B4') | (repeat(6, rotate(30))) | scale (0.7)
c2 = circle(r=30, fill='yellow')
c3 = circle(r=40, fill='#FEE4B4  ')

r1= rectangle(w=85, h=85, fill='#E9FED9 ',stroke_width=4) | repeat(25, rotate(60))
e2= ellipse(w=150, h = 95, fill='#F0D4FE  ', stroke_width=4) | repeat(40, rotate(30))

r2= rectangle(h=175, w=175, fill='pink',stroke_width=4) | repeat(5, rotate(30))
r3= rectangle(h=200, w=200, fill=red,stroke_width=4) | repeat(25, rotate(30))
show(r3, r2, e2, r1, c3, c2, e1, c1)