Skip to content

Instantly share code, notes, and snippets.

@jamiedumont
Created August 11, 2018 07:24
Show Gist options
  • Save jamiedumont/e639af3228a9e31573f9b6c718f26841 to your computer and use it in GitHub Desktop.
Save jamiedumont/e639af3228a9e31573f9b6c718f26841 to your computer and use it in GitHub Desktop.
System76 colours
// Pop uses the System76 palette
$almost_white: #f2f2f2;
$warm_gray: #574f4a;
$dark_gray: #574e4a;
$dark_neutral_gray: #333;
$light_gray: #aaa;
$literally_black: #000;
$medium_gray: #888;
$white: #fff;
// Brand Colors
$orange: #faa41a; // Pantone 137c #eaa124
$blue: #48b9c7; // Pantone 7709c #62b5bb
$yellow: #ffce51; // Pantone 1225c #f2c150
$red: #f15d22; // Pantone 1665c #df6426
$green: #73c48f; // Confirmation/success
// Extra Colors that need to be set according to the themes
$pink: #E91E63;
$purple: #9C27B0;
$indigo: #3F51B5;
$grey: #9E9E9E;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment