Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created December 3, 2014 06:11
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/a67a5db37e779ae6f356 to your computer and use it in GitHub Desktop.
Save KatieK2/a67a5db37e779ae6f356 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.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: #d175a3;
}
.s-pink {
color: #9e4270;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment