Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created December 3, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieK2/14cc8c2a6b18686a3464 to your computer and use it in GitHub Desktop.
Save KatieK2/14cc8c2a6b18686a3464 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
$pink: #C6538C;
.l-pink {
color: lighten($pink, 20%);
}
.d-pink {
color: darken($pink, 20%);
}
.t-pink {
color: tint($pink, 20%);
}
.s-pink {
color: shade($pink, 20%);
}
.l-pink {
color: #dfa0bf; }
.d-pink {
color: #862d59; }
.t-pink {
color: tint(#C6538C, 20%); }
.s-pink {
color: shade(#C6538C, 20%); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment