Different colour for each li.
$colors: $red, $yellow, $green, $blue; @for $i from 1 through length($colors) { li:nth-of-type(#{$i}) { color: nth($colors, $i); } }