Skip to content

Instantly share code, notes, and snippets.

@8lane
Last active February 22, 2016 16:56
Show Gist options
  • Save 8lane/c3421b3706502b12db2b to your computer and use it in GitHub Desktop.
Save 8lane/c3421b3706502b12db2b to your computer and use it in GitHub Desktop.
$brand-primary: cornflowerblue;
$brand-primary-alt: darken($brand-primary, 10%);
$brand-secondary: adjust-color(tomato, hue: -10%, saturation: -10%);
$brand-secondary-alt: lighten($brand-secondary, 30%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment