Skip to content

Instantly share code, notes, and snippets.

@scottgruber
Last active July 22, 2016 21:20
Show Gist options
  • Save scottgruber/1ca05aecdd44d9b51964 to your computer and use it in GitHub Desktop.
Save scottgruber/1ca05aecdd44d9b51964 to your computer and use it in GitHub Desktop.
// UCLA Color Palette 2016
// Primary Colors
$uclablue : rgb(50, 132, 191); // #3284bf
$uclagold : rgb(254,187,54); // #ffe800
$uclabluetext : rgb(52,123,173); // #347bad
// Secondary Colors
$ucladarkblue : rgb(30,75,135); // #1e4b87
$uclaliteblue : rgb(0,165,229); // #00a5e5
// Tertiary Colors
$uclayellow : rgb(255,255,0); // #ffff00
$uclagreen : rgb(0,255,135); // #00ff87
$uclapink : rgb(255,0,165); // #ff00a5
$uclapurple : rgb(130,55,255); // #8237ff
$uclaaqua : rgb(0,255,255); // #00ffff
$uclagrey : rgb(102,102,102); // #666666
$uclaclassicgold : rgb(254,187,54); // #ffb300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment