Pookkalam by Muhammed Anzil

Code

c = circle(x=0, y=0, r=2, fill='#423E28', stroke='none')
r =ellipse(h=10, w=5, fill='#581F18', stroke='none') | repeat(40,  rotate(30))
c1=circle(x=0, y=0, r=10, fill='#F18805', stroke='none')
e=ellipse(h=40, w=20, fill='#F8C630', stroke='none') | repeat(10, rotate(30))
r2=rectangle(h=45, w=25, fill='#FDE74C', stroke='none') | repeat(10, rotate(30))
petal = ellipse(x=0,y=10,w=10,h=20,fill="#D64045")
flower= petal | repeat(12,rotate(30))
flower_link = flower | translate(x=30,y=30) | repeat (8,rotate(45))
e1 = flower_link | repeat(1,scale(1.5))
c2=circle(x=0, y=0, r=63, fill='white', stroke='none')
r3=ellipse(h=150, w=70, fill='#87BAAB', stroke='none') | repeat(100, rotate(100))
r8=rectangle(h=120, w=120, fill='#3B3561', stroke='none')|repeat(100, rotate (100))
r4=rectangle(h=130, w=130, fill='#B56576' , stroke='none') |repeat(100, rotate (100))
r6=rectangle(h=140, w=140, fill='#FFA686', stroke='none') |repeat(100, rotate (100))
c3=rectangle(h=160, w=160, fill='#EBBAB9' , stroke='#034732') |repeat(100, rotate (100))
e2=ellipse(h=230, w=100, fill='#6B9080', stroke='none') | repeat(20, rotate (40))
c4=circle(x=0, y=0, r=120, fill='#F85E00' , stroke='none')
c5=circle(x=0, y=0, r=130, fill='#DF2935', stroke='none')
r5=rectangle(h=300, w=300, fill='black', stroke='white')

show(r5,c5,c4,e2,c3,r6,r4,r8,r3,c2,e1,r2,e,c1,r,c)