Last active
November 27, 2017 20:23
-
-
Save philzelnar/339430955c86e38e0b801c06c299abe8 to your computer and use it in GitHub Desktop.
wamu.org Core Palette
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
// wamu.org Core Palette Sass Vars | |
// Some of the primary colors used on wamu.org | |
// Questions? [email protected] | |
$almost-white: #f7f7fa; /* Ex: Page Background */ | |
$gray: #777777; /* Ex: Captions */ | |
$gray-dark: #242e33; /* Ex: Headline */ | |
$gray-cool: #596980; /* Ex: Story Text, Footer Ground */ | |
$blue: #0077cc; /* Ex: Global Nav Text */ | |
$blue-hover: #008df2; /* Ex: Headline Hovers */ | |
$blue-light: #80bbe5; /* Ex: Play Buttons */ | |
$blue-lighter: #c7dceb; /* Ex: Title Bars */ | |
$blue-lightest: #e3edf5; /* Ex: Blockquote Background */ | |
$orange: #f24a19; /* Ex: Donate Button */ | |
$orange-hover: #ff440d; /* Ex: Hover on an Orange Button */ | |
$green: #19a65f; /* Ex: Show Metadata Headers */ | |
$green-hover: #00c260; /* Ex: Hover on a Green Button */ | |
$purple: #7052cc; /* Ex: Collection Mod at End of Story */ | |
$purple-hover: #733ae6; /* Ex: Hover on a Collection in Story Header */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment