Skip to content

Instantly share code, notes, and snippets.

@cmalven
Created February 11, 2015 17:17
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 cmalven/e7c7ecee3d90228eff16 to your computer and use it in GitHub Desktop.
Save cmalven/e7c7ecee3d90228eff16 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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);
}
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