Skip to content

Instantly share code, notes, and snippets.

@dbox
Created June 9, 2016 21:05
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 dbox/e7b206a04d39598e32237b5f1317ef83 to your computer and use it in GitHub Desktop.
Save dbox/e7b206a04d39598e32237b5f1317ef83 to your computer and use it in GitHub Desktop.

Example colors by use

// General
$color-primary:           $cyan;
$color-secondary:         $tomato;

// Backgrounds
$highlight-background:    $white;
$main-background:         $off-white;
$recessed-background:     $paper;
$reverse-background:      $black;
$dark-wall:               linear-gradient(to bottom, $midnight-blue, lighten($midnight-blue, 10%) 40%, lighten($midnight-blue, 10%), $midnight-blue);

// Buttons
$primary-button:          $color-primary;

// Icons
$quiet-icon:              $light-gray;
$quiet-icon-hover:        $base-gray;

// Type
$primary-heading:         $coal;
$reverse-heading:         $white;
$primary-text:            $steel;
$secondary-text:          $base-gray;
$reverse-secondary-text:  rgba($white, .6);
$quiet-text:              $light-gray;
$dark-text:               $denim;

// Interactive
$primary-link:            $cyan;
$primary-link-hover:      lighten($primary-link, 15%);

// Borders
$primary-border:         rgba($coal, .15);
$light-border:           rgba($coal, .2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment