Skip to content

Instantly share code, notes, and snippets.

@MusicalCreeper01
Last active August 22, 2016 22:10
Show Gist options
  • Save MusicalCreeper01/54a40711f04b866f89629100c1b1116e to your computer and use it in GitHub Desktop.
Save MusicalCreeper01/54a40711f04b866f89629100c1b1116e to your computer and use it in GitHub Desktop.
$red-primary: #F44336;
$red-bar: #D32F2F;
$red-secondary: #E57373;
$red-accent: #EF9A9A;
$pink-primary: #E91E63;
$pink-bar: #C2185B;
$pink-secondary: #F06292;
$pink-accent: #F48FB1;
$purple-primary: #9C27B0;
$purple-bar: #7B1FA2;
$purple-secondary: #BA68C8;
$purple-accent: #CE93D8;
$deep-purple-primary: #673AB7; // 500
$deep-purple-bar: #512DA8; // 700
$deep-purple-secondary: #9575CD; //300
$deep-purple-accent: #B39DDB; //200
$indigo-primary: #3F51B5;
$indigo-bar: #303F9F;
$indigo-secondary: #7986CB;
$indigo-accent: #9FA8DA;
$blue-primary: #2196F3;
$blue-bar: #1976D2;
$blue-secondary: #64B5F6;
$blue-accent: #90CAF9;
$light-blue-primary: #03A9F4;
$light-blue-bar: #0288D1;
$light-blue-secondary: #4FC3F7;
$light-blue-accent: #81D4FA;
$cyan-primary: #00BCD4;
$cyan-bar: #0097A7;
$cyan-secondary: #4DD0E1;
$cyan-accent: #80DEEA;
$teal-primary: #009688;
$teal-bar: #00796B;
$teal-secondary: #4DB6AC;
$teal-accent: #80CBC4;
$green-primary: #4CAF50;
$green-bar: #388E3C;
$green-secondary: #81C784;
$green-accent: #A5D6A7;
$light-green-primary: #8BC34A;
$light-green-bar: #689F38;
$light-green-secondary: #AED581;
$light-green-accent: #C5E1A5;
$lime-primary: #CDDC39;
$lime-bar: #AFB42B;
$lime-secondary: #DCE775;
$lime-accent: #E6EE9C;
$yellow-primary: #FFEB3B;
$yellow-bar: #FBC02D;
$yellow-secondary: #FFF176;
$yellow-accent: #FFF59D;
$amber-primary: #FFC107;
$amber-bar: #FFA000;
$amber-secondary: #FFD54F;
$amber-accent: #FFE082;
$orange-primary: #FF9800;
$orange-bar: #F57C00;
$orange-secondary: #FFB74D;
$orange-accent: #FFCC80;
$deep-orange-primary: #FF5722;
$deep-orange-bar: #E64A19;
$deep-orange-secondary: #FF8A65;
$deep-orange-accent: #FFAB91;
$brown-primary: #795548;
$brown-bar: #5D4037;
$brown-secondary: #A1887F;
$brown-accent: #BCAAA4;
$grey-primary: #9E9E9E;
$grey-bar: #616161;
$grey-secondary: #E0E0E0;
$grey-accent: #EEEEEE;
$blue-grey-primary: #607D8B;
$blue-grey-bar: #455A64;
$blue-grey-secondary: #90A4AE;
$blue-grey-accent: #B0BEC5;
$black-primary: #000000;
$black-bar: #ffffff;
$black-secondary: #000000;
$black-accent: #000000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment