Skip to content

Instantly share code, notes, and snippets.

@orderedlist
Created July 9, 2012 18:42
Show Gist options
  • Save orderedlist/3078152 to your computer and use it in GitHub Desktop.
Save orderedlist/3078152 to your computer and use it in GitHub Desktop.

Revisions

  1. orderedlist created this gist Jul 9, 2012.
    8 changes: 8 additions & 0 deletions labels.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    $start-color:#2B73A2;
    $number: 12;

    @for $i from 1 through $number {
    .label-#{$i} {
    color:adjust_hue($start-color, ($i - 1) * (360 / $number));
    }
    }