I'm trying to assigne a different background-color to each %li tag in my list. I'd like those colors to either use shades of a color, or gradient between two stated colors. Much like the oh-so-popular Clear. I'm familiar with the ability to lighten and darken colors with sass...
$this_color: darken($that_color, 10%)
But beyond that I don't know how to create the affect I'm looking for. Visually here is what I am trying to do:
%ul
%li full color
%li darken 5%
%li darken 10%
...
