Skip to content

Instantly share code, notes, and snippets.

@scottgruber
Last active August 29, 2015 13:56
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 scottgruber/8945639 to your computer and use it in GitHub Desktop.
Save scottgruber/8945639 to your computer and use it in GitHub Desktop.
Sass variables for the UCLA Color Palette c. 2004
/* Sass Variables for UCLA Color Palette c. Sept 2004 */
// Identity Colors
$uclablue : rgb(83,104,149); // #536895
$uclagold : rgb(255,187,54); // #ffb300
// Secondary palette
// Full Intensity Colors
$uclaorange : rgb(254,145,24); // #FE921C
$uclayellowgreen : rgb(113,189,31); // #71BC1F
$uclagreen : rgb(61,166,57); // #3EA639
$uclacyan : rgb(37,132,187); // #2685BB
$uclaviolet : rgb(114,100,173); // #7364AD
$uclapurple : rgb(144,22,135); // #911687
// 75% tints for softer color
$uclaorangesoft : rgb(253,173,75); // #FDAD4B
$uclayellowgreensoft : rgb(148,207,76); // #94CF4C
$uclagreensoft : rgb(110,192,93); // #6EBF5C
$uclacyansoft : rgb(90,161,200); // #5AA1CA
$uclavioletsoft : rgb(149,135,191); // #9486BF
$uclapurplesoft : rgb(170,73,161); // #AA49A1
// plus 20% black
$uclaorangeplusblack : rgb(203,116,21); // #CB7415
$uclayellowgreenplusblack : rgb(89,150,25); // #599619
$uclagreenplusblack : rgb(49,133,46); // #31852E
$uclacyanplusblack : rgb(30,106,149); // #1E6A95
$uclavioletplusblack : rgb(91,80,139); // #5B508B
$uclapurpleplusblack : rgb(116,18,108); // #74126C
// Neutral palette
$uclawarmgray3 : rgb(208,197,191); // #D1C6C0
$uclawarmgray5 : rgb(167,158,153); // #A89F9A
$uclawarmgray7 : rgb(158,149,136); // #9E9689
$uclawarmgray9 : rgb(134,115,102); // #877467
$uclawarmgray11 : rgb(102,87,62); // #66583F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment