Skip to content

Instantly share code, notes, and snippets.

@travm
Last active December 20, 2015 15:39
Show Gist options
  • Save travm/6156105 to your computer and use it in GitHub Desktop.
Save travm/6156105 to your computer and use it in GitHub Desktop.
WVU Official Web Color Palette (SASS)
/* WVU Official Color Palette */
$gold: #eeb111;
$blue: #00447c;
$alt-blue: #005daa;
$sec-yellow: #ffe894;
$sec-lightblue: #a0c4da;
$sec-blue: #0079c1;
$sec-darkblue: #27318b;
$sec-orange: #d9531e;
$sec-lightorange: #f47b20;
$sec-black: #000000;
$sec-grey: #455560;
$sec-lightgrey: #5c6f7c;
$ter-orange: #bb471a;
$ter-bluegrey: #aabbcc;
$ter-lightgrey: #e0e0e0;
$ter-blue: #3399FF;
$ter-azure: #336699;
$ter-purple: #6600cc;
@timbroadwater
Copy link

Excellent, thanks for the resource :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment