Created
February 11, 2015 17:17
-
-
Save cmalven/e7c7ecee3d90228eff16 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
// ---- | |
// libsass (v3.1.0-beta) | |
// ---- | |
$base-colors: ( | |
red: #ea1c2c, | |
drkred: #5b0411, | |
ltred: #e28a91, | |
blue: #2daae1, | |
drkblue: #2596c7, | |
drkrblue: #123341, | |
reverse: #fff, | |
navy: #225164, | |
grey: #8e8d8d, | |
bordergrey: #e6e6e6, | |
drkgrey: #2a2e32, | |
drkstgrey: #131111, | |
black: #000, | |
footergrey: #4d4c4d, | |
drophover: #cbecf4, | |
dev-log: #113240 | |
); | |
body { | |
background-color: fade-out(map-get($base-colors, red), 0.5); | |
} |
This file contains 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
body { | |
background-color: rgba(234, 28, 44, 0.5); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment