Skip to content

Instantly share code, notes, and snippets.

@caleorourke
Created April 6, 2015 03:05
Show Gist options
  • Select an option

  • Save caleorourke/9feb835218c6602a84fc to your computer and use it in GitHub Desktop.

Select an option

Save caleorourke/9feb835218c6602a84fc to your computer and use it in GitHub Desktop.

Revisions

  1. caleorourke created this gist Apr 6, 2015.
    19 changes: 19 additions & 0 deletions sl.colors.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    @blue: #2980b9;
    @green: #009445;
    @magenta: #a90b84;
    @navy: #34495d;
    @orange: #f29c1e;
    @purple: #800c7b;
    @red: #e4423d;

    @gray10: #231f20;
    @gray20: #3b3e42;
    @gray30: #6d6e71;
    @gray40: #808285;
    @gray50: #b3b2b3;
    @gray60: #d1d3d4;
    @gray70: #eaeced;
    @gray80: #f1f2f3;
    @gray90: #f5f6f7;

    @white: #ffffff;