Skip to content

Instantly share code, notes, and snippets.

@scottgruber
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save scottgruber/8945783 to your computer and use it in GitHub Desktop.

Select an option

Save scottgruber/8945783 to your computer and use it in GitHub Desktop.

Revisions

  1. Scott Gruber revised this gist Feb 12, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion UCLA Color Palette c. 2013 -
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    /* New UCLA Color Palette c. 2013- */
    /* New UCLA Color Palette ver. 1 release 03/23/2012 */

    // Primary color

  2. Scott Gruber revised this gist Feb 12, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions UCLA Color Palette c. 2013 -
    Original 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
    $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
    $uclapurpleneon : rgb(130,55,255); // #8237ff
  3. Scott Gruber revised this gist Feb 12, 2014. 1 changed file with 10 additions and 10 deletions.
    20 changes: 10 additions & 10 deletions UCLA Color Palette c. 2013 -
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,19 @@

    // Primary color

    $ucla-blue : rgb(50, 132, 191); // #3399cc
    $uclablue : 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
    $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

    $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
    $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
  4. Scott Gruber revised this gist Feb 11, 2014. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions UCLA Color Palette c. 2013 -
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,17 @@
    /* 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
  5. Scott Gruber created this gist Feb 11, 2014.
    22 changes: 22 additions & 0 deletions UCLA Color Palette c. 2013 -
    Original 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