Skip to content

Instantly share code, notes, and snippets.

@scottgruber
Last active August 29, 2015 13:59
Show Gist options
  • Save scottgruber/10691466 to your computer and use it in GitHub Desktop.
Save scottgruber/10691466 to your computer and use it in GitHub Desktop.
UC Color Palette. Sass variables for University of California brand colors.
// University of California Color Palette
// http://brand.universityofcalifornia.edu/guidelines/color.html
// Primary Colors
$ucblue : rgb(18,149,216); //#1295D8
$ucgold : rgb(255,181,17); //#ffb511
$blue-uc : rgb(0,85,129); //#005581
$liteblue-uc : rgb(114,205,244); //#72CDF4
$gold-uc : rgb(255,210,0); //#ffd200
$litegold-uc : rgb(255,229,82); //#ffe552;
// Secondary Colors
$orange-uc : rgb(255,110,27); //#ff6e1b
$liteorange-uc : rgb(255,143,40); //#ff8f28
$pink-uc : rgb(228,76,154); //#e44c9a
$lightpink-uc : rgb(255,178,224); //#feb2e0
$teal-uc : rgb(0,119,139); //#00778b
$liteteal-uc : rgb(0,163,173); //#00a3ad
$ucgrey : rgb(124,126,127); //#7c7e7f
$warmgrey8_uc : rgb(143,136,132); //#8f8884
$warmgrey3-uc : rgb(190,182,175); //#beb6af
$warmgrey1-uc : rgb(219,213,205); //#dbd5cd
$metallicgold-uc : rgb(180,151,90); //#b4975a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment