Created
December 3, 2014 06:11
-
-
Save KatieK2/a67a5db37e779ae6f356 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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