Context Free Art - 5
Petals

startshape petals
tile {s 15}
background {sat .3 h 10}
rule petals {
Petal {}
petals {s .9 x 5 r 20 z -1 a -.1}
}
rule petals 2 {
Petal {s .8}
petals {s .8 y -4 r -75 z -1 a -.1}
}
rule Petal {
CIRCLE {h 0 sat .5 b .75}
Petal {x 1.1 s .999 r 10 b .002 sat -.1}
}