Skip to content

Instantly share code, notes, and snippets.

@travm
Created January 29, 2014 14:45
Show Gist options
  • Save travm/8689401 to your computer and use it in GitHub Desktop.
Save travm/8689401 to your computer and use it in GitHub Desktop.
WVU Official Web Color Palette (Myth)
/* WVU Official Color Palette */
:root {
var-gold: #eeb111;
var-blue: #00447c;
var-alt-blue: #005daa;
var-sec-yellow: #ffe894;
var-sec-lightblue: #a0c4da;
var-sec-blue: #0079c1;
var-sec-darkblue: #27318b;
var-sec-orange: #d9531e;
var-sec-lightorange: #f47b20;
var-sec-black: #000000;
var-sec-grey: #455560;
var-sec-lightgrey: #5c6f7c;
var-ter-orange: #bb471a;
var-ter-bluegrey: #aabbcc;
var-ter-lightgrey: #e0e0e0;
var-ter-blue: #3399FF;
var-ter-azure: #336699;
var-ter-purple: #6600cc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment