Skip to content

Instantly share code, notes, and snippets.

@hlb
Created July 25, 2013 03:02
Show Gist options
  • Save hlb/6076591 to your computer and use it in GitHub Desktop.
Save hlb/6076591 to your computer and use it in GitHub Desktop.
$base_color: hsl(15,50%,35%);
$complement_color: adjust_hue($base_color, 180);
$complement_alt_color: darken($complement_color, 5%);
$light_color: lighten($base_color, 15%);
$lighter_color: lighten($base_color, 30%);
$triad1_color: adjust_hue($base_color, 120);
$triad2_color: adjust_hue($base_color, -120);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment