Skip to content

Instantly share code, notes, and snippets.

@scottgruber
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottgruber/8945783 to your computer and use it in GitHub Desktop.
Save scottgruber/8945783 to your computer and use it in GitHub Desktop.
Sass variables for UCLA Color Palette c. 2013 -
/* New UCLA Color Palette ver. 1 release 03/23/2012 */
// Primary color
$uclablue : rgb(50, 132, 191); // #3399cc
// Secondary Colors
$uclagold : rgb(254,187,54); // #ffb300
$uclayellow : rgb(255,232,0); // #ffe800
$ucladarkblue : rgb(0,85,166); // #0055a6
$uclaliteblue : rgb(0,165,229); // #00a5e5
// Tertiary Colors
$uclayellowneon : rgb(255,255,0); // #ffff00
$uclagreenneon : rgb(0,255,135); // #00ff87
$uclapinkneon : rgb(255,0,165); // #ff00a5
$uclaliteblueneon : rgb(0,255,255); // #00ffff
$uclapurpleneon : rgb(130,55,255); // #8237ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment