Skip to content

Instantly share code, notes, and snippets.

@lkpttn
Created September 28, 2012 16:30
Show Gist options
  • Select an option

  • Save lkpttn/3800798 to your computer and use it in GitHub Desktop.

Select an option

Save lkpttn/3800798 to your computer and use it in GitHub Desktop.
Sass color combos
$brightGreen: #03fca5;
$brightblue: #4bc1ff;
lighten(#03fca5, 24)
desaturate(darken(#4bc1ff, 29), 48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment