Pookkalam by Preston Jose

Code

a = circle(r=150, fill="#f8fae3",stroke="none")
b = circle(r=145, fill= "#e8db46", stroke="none") 
c = rectangle(w=200,h=200,fill="orange",stroke="none") | repeat(8,rotate(67.5))
d = rectangle(w=190,h=190,fill="yellow",stroke="none") | repeat(20,rotate(78.75))
e = rectangle(w=175,h=175,fill="#f08651",stroke="none") | repeat(12,rotate(78.75))
f = rectangle(w=160,h=160,fill="white",stroke="none") | repeat(8,rotate(78.75))
g = rectangle(w=120,h=120,fill="white",stroke="none") | repeat(20,rotate(60))
h = rectangle(w=130,h=130,fill="#e8db46",stroke="none") | rotate(15) | repeat(20,rotate(50))
i = rectangle(w=140,h=140,fill="orange",stroke="none") | repeat(20,rotate(50))
j = rectangle(w=150,h=150,fill="yellow",stroke="none") | rotate(15)|repeat(20,rotate(50))|scale(0.98)
k = rectangle(w=70,h=70,fill="white",stroke="none") | repeat(20,rotate(60))
l = rectangle(w=80,h=80,fill="#edc055",stroke="none") | rotate(15)|repeat(20,rotate(50))
m = rectangle(w=90,h=90,fill="orange",stroke="none") | repeat(20,rotate(50))
n = rectangle(w=100,h=100,fill="yellow",stroke="none") | rotate(15)|repeat(20,rotate(50))|scale(0.98)
show(a, b, c, d, e, f, j, i, h, g, n, m, l, k)