Skip to content

Instantly share code, notes, and snippets.

@philzelnar
Last active November 27, 2017 20:23
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 philzelnar/339430955c86e38e0b801c06c299abe8 to your computer and use it in GitHub Desktop.
Save philzelnar/339430955c86e38e0b801c06c299abe8 to your computer and use it in GitHub Desktop.
wamu.org Core Palette
// wamu.org Core Palette Sass Vars
// Some of the primary colors used on wamu.org
// Questions? zelnar@wamu.org
$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