Last active
August 29, 2015 13:56
-
-
Save scottgruber/8945783 to your computer and use it in GitHub Desktop.
Revisions
-
Scott Gruber revised this gist
Feb 12, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ /* New UCLA Color Palette ver. 1 release 03/23/2012 */ // Primary color -
Scott Gruber revised this gist
Feb 12, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,8 +13,8 @@ $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 -
Scott Gruber revised this gist
Feb 12, 2014 . 1 changed file with 10 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,19 +2,19 @@ // 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 -
Scott Gruber revised this gist
Feb 11, 2014 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,17 @@ /* New UCLA Color Palette c. 2013- */ // Primary color $ucla-blue : rgb(50, 132, 191); // #3399cc // Secondary Colors $ucla-gold : rgb(254,187,54); // #ffb300 $ucla-yellow : rgb(255,232,0); // #ffe800 $ucla-darkblue : rgb(0,85,166); // #0055a6 $ucla-liteblue : rgb(0,165,229); // #00a5e5 // Tertiary Colors $ucla-yellow-neon : rgb(255,255,0); // #ffff00 $ucla-green-neon : rgb(0,255,135); // #00ff87 -
Scott Gruber created this gist
Feb 11, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ /* New UCLA Color Palette c. 2013- */ // Primary color // The primary color of the UCLA brand remains unchanged. UCLA Blue is our most significant visual identifier. $ucla-blue : rgb(50, 132, 191); // #3399cc // Secondary Colors // A secondary palette, including the existing UCLA Gold, has been developed to respect and complement the tradition of blue and gold while adding an additional level of brightness to the palette. $ucla-gold : rgb(254,187,54); // #ffb300 $ucla-yellow : rgb(255,232,0); // #ffe800 $ucla-darkblue : rgb(0,85,166); // #0055a6 $ucla-liteblue : rgb(0,165,229); // #00a5e5 // Tertiary Colors // A tertiary palette has been developed to add a sense of forward-thinking energy and vibrancy to the brand. When used as an accent to the primary and secondary colors, the concept of optimism and limitless opportunity is fully brought to life. $ucla-yellow-neon : rgb(255,255,0); // #ffff00 $ucla-green-neon : rgb(0,255,135); // #00ff87 $ucla-pink-neon : rgb(255,0,165); // #ff00a5 $ucla-liteblue-neon : rgb(0,255,255); // #00ffff $ucla-purple-neon : rgb(130,55,255); // #8237ff