Skip to content

Instantly share code, notes, and snippets.

@jmshal
Created October 28, 2014 09:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmshal/750a22cf70c3c3a407ac to your computer and use it in GitHub Desktop.
Save jmshal/750a22cf70c3c3a407ac to your computer and use it in GitHub Desktop.
// Red
$color-red-50: #fde0dc;
$color-red-100: #f9bdbb;
$color-red-200: #f69988;
$color-red-300: #f36c60;
$color-red-400: #e84e40;
$color-red-500: #e51c23;
$color-red-600: #dd191d;
$color-red-700: #d01716;
$color-red-800: #c41411;
$color-red-900: #b0120a;
$color-red-A100: #ff7997;
$color-red-A200: #ff5177;
$color-red-A400: #ff2d6f;
$color-red-A700: #e00032;
// Pink
$color-pink-50: #fce4ec;
$color-pink-100: #f8bbd0;
$color-pink-200: #f48fb1;
$color-pink-300: #f06292;
$color-pink-400: #ec407a;
$color-pink-500: #e91e63;
$color-pink-600: #d81b60;
$color-pink-700: #c2185b;
$color-pink-800: #ad1457;
$color-pink-900: #880e4f;
$color-pink-A100: #ff80ab;
$color-pink-A200: #ff4081;
$color-pink-A400: #f50057;
$color-pink-A700: #c51162;
// Purple
$color-purple-50: #f3e5f5;
$color-purple-100: #e1bee7;
$color-purple-200: #ce93d8;
$color-purple-300: #ba68c8;
$color-purple-400: #ab47bc;
$color-purple-500: #9c27b0;
$color-purple-600: #8e24aa;
$color-purple-700: #7b1fa2;
$color-purple-800: #6a1b9a;
$color-purple-900: #4a148c;
$color-purple-A100: #ea80fc;
$color-purple-A200: #e040fb;
$color-purple-A400: #d500f9;
$color-purple-A700: #aa00ff;
// Deep Purple
$color-deep-purple-50: #ede7f6;
$color-deep-purple-100: #d1c4e9;
$color-deep-purple-200: #b39ddb;
$color-deep-purple-300: #9575cd;
$color-deep-purple-400: #7e57c2;
$color-deep-purple-500: #673ab7;
$color-deep-purple-600: #5e35b1;
$color-deep-purple-700: #512da8;
$color-deep-purple-800: #4527a0;
$color-deep-purple-900: #311b92;
$color-deep-purple-A100: #b388ff;
$color-deep-purple-A200: #7c4dff;
$color-deep-purple-A400: #651fff;
$color-deep-purple-A700: #6200ea;
// Indigo
$color-indigo-50: #e8eaf6;
$color-indigo-100: #c5cae9;
$color-indigo-200: #9fa8da;
$color-indigo-300: #7986cb;
$color-indigo-400: #5c6bc0;
$color-indigo-500: #3f51b5;
$color-indigo-600: #3949ab;
$color-indigo-700: #303f9f;
$color-indigo-800: #283593;
$color-indigo-900: #1a237e;
$color-indigo-A100: #8c9eff;
$color-indigo-A200: #536dfe;
$color-indigo-A400: #3d5afe;
$color-indigo-A700: #304ffe;
// Blue
$color-blue-50: #e7e9fd;
$color-blue-100: #d0d9ff;
$color-blue-200: #afbfff;
$color-blue-300: #91a7ff;
$color-blue-400: #738ffe;
$color-blue-500: #5677fc;
$color-blue-600: #4e6cef;
$color-blue-700: #455ede;
$color-blue-800: #3b50ce;
$color-blue-900: #2a36b1;
$color-blue-A100: #a6baff;
$color-blue-A200: #6889ff;
$color-blue-A400: #4d73ff;
$color-blue-A700: #4d69ff;
// Light Blue
$color-light-blue-50: #e1f5fe;
$color-light-blue-100: #b3e5fc;
$color-light-blue-200: #81d4fa;
$color-light-blue-300: #4fc3f7;
$color-light-blue-400: #29b6f6;
$color-light-blue-500: #03a9f4;
$color-light-blue-600: #039be5;
$color-light-blue-700: #0288d1;
$color-light-blue-800: #0277bd;
$color-light-blue-900: #01579b;
$color-light-blue-A100: #80d8ff;
$color-light-blue-A200: #40c4ff;
$color-light-blue-A400: #00b0ff;
$color-light-blue-A700: #0091ea;
// Cyan
$color-cyan-50: #e0f7fa;
$color-cyan-100: #b2ebf2;
$color-cyan-200: #80deea;
$color-cyan-300: #4dd0e1;
$color-cyan-400: #26c6da;
$color-cyan-500: #00bcd4;
$color-cyan-600: #00acc1;
$color-cyan-700: #0097a7;
$color-cyan-800: #00838f;
$color-cyan-900: #006064;
$color-cyan-A100: #84ffff;
$color-cyan-A200: #18ffff;
$color-cyan-A400: #00e5ff;
$color-cyan-A700: #00b8d4;
// Teal
$color-teal-50: #e0f2f1;
$color-teal-100: #b2dfdb;
$color-teal-200: #80cbc4;
$color-teal-300: #4db6ac;
$color-teal-400: #26a69a;
$color-teal-500: #009688;
$color-teal-600: #00897b;
$color-teal-700: #00796b;
$color-teal-800: #00695c;
$color-teal-900: #004d40;
$color-teal-A100: #a7ffeb;
$color-teal-A200: #64ffda;
$color-teal-A400: #1de9b6;
$color-teal-A700: #00bfa5;
// Green
$color-green-50: #d0f8ce;
$color-green-100: #a3e9a4;
$color-green-200: #72d572;
$color-green-300: #42bd41;
$color-green-400: #2baf2b;
$color-green-500: #259b24;
$color-green-600: #0a8f08;
$color-green-700: #0a7e07;
$color-green-800: #056f00;
$color-green-900: #0d5302;
$color-green-A100: #a2f78d;
$color-green-A200: #5af158;
$color-green-A400: #14e715;
$color-green-A700: #12c700;
// Light Green
$color-light-green-50: #f1f8e9;
$color-light-green-100: #dcedc8;
$color-light-green-200: #c5e1a5;
$color-light-green-300: #aed581;
$color-light-green-400: #9ccc65;
$color-light-green-500: #8bc34a;
$color-light-green-600: #7cb342;
$color-light-green-700: #689f38;
$color-light-green-800: #558b2f;
$color-light-green-900: #33691e;
$color-light-green-A100: #ccff90;
$color-light-green-A200: #b2ff59;
$color-light-green-A400: #76ff03;
$color-light-green-A700: #64dd17;
// Lime
$color-lime-50: #f9fbe7;
$color-lime-100: #f0f4c3;
$color-lime-200: #e6ee9c;
$color-lime-300: #dce775;
$color-lime-400: #d4e157;
$color-lime-500: #cddc39;
$color-lime-600: #c0ca33;
$color-lime-700: #afb42b;
$color-lime-800: #9e9d24;
$color-lime-900: #827717;
$color-lime-A100: #f4ff81;
$color-lime-A200: #eeff41;
$color-lime-A400: #c6ff00;
$color-lime-A700: #aeea00;
// Yellow
$color-yellow-50: #fffde7;
$color-yellow-100: #fff9c4;
$color-yellow-200: #fff59d;
$color-yellow-300: #fff176;
$color-yellow-400: #ffee58;
$color-yellow-500: #ffeb3b;
$color-yellow-600: #fdd835;
$color-yellow-700: #fbc02d;
$color-yellow-800: #f9a825;
$color-yellow-900: #f57f17;
$color-yellow-A100: #ffff8d;
$color-yellow-A200: #ffff00;
$color-yellow-A400: #ffea00;
$color-yellow-A700: #ffd600;
// Amber
$color-amber-50: #fff8e1;
$color-amber-100: #ffecb3;
$color-amber-200: #ffe082;
$color-amber-300: #ffd54f;
$color-amber-400: #ffca28;
$color-amber-500: #ffc107;
$color-amber-600: #ffb300;
$color-amber-700: #ffa000;
$color-amber-800: #ff8f00;
$color-amber-900: #ff6f00;
$color-amber-A100: #ffe57f;
$color-amber-A200: #ffd740;
$color-amber-A400: #ffc400;
$color-amber-A700: #ffab00;
// Orange
$color-orange-50: #fff3e0;
$color-orange-100: #ffe0b2;
$color-orange-200: #ffcc80;
$color-orange-300: #ffb74d;
$color-orange-400: #ffa726;
$color-orange-500: #ff9800;
$color-orange-600: #fb8c00;
$color-orange-700: #f57c00;
$color-orange-800: #ef6c00;
$color-orange-900: #e65100;
$color-orange-A100: #ffd180;
$color-orange-A200: #ffab40;
$color-orange-A400: #ff9100;
$color-orange-A700: #ff6d00;
// Deep Orange
$color-deep-orange-50: #fbe9e7;
$color-deep-orange-100: #ffccbc;
$color-deep-orange-200: #ffab91;
$color-deep-orange-300: #ff8a65;
$color-deep-orange-400: #ff7043;
$color-deep-orange-500: #ff5722;
$color-deep-orange-600: #f4511e;
$color-deep-orange-700: #e64a19;
$color-deep-orange-800: #d84315;
$color-deep-orange-900: #bf360c;
$color-deep-orange-A100: #ff9e80;
$color-deep-orange-A200: #ff6e40;
$color-deep-orange-A400: #ff3d00;
$color-deep-orange-A700: #dd2c00;
// Brown
$color-brown-50: #efebe9;
$color-brown-100: #d7ccc8;
$color-brown-200: #bcaaa4;
$color-brown-300: #a1887f;
$color-brown-400: #8d6e63;
$color-brown-500: #795548;
$color-brown-600: #6d4c41;
$color-brown-700: #5d4037;
$color-brown-800: #4e342e;
$color-brown-900: #3e2723;
// Grey
$color-grey-50: #fafafa;
$color-grey-100: #f5f5f5;
$color-grey-200: #eeeeee;
$color-grey-300: #e0e0e0;
$color-grey-400: #bdbdbd;
$color-grey-500: #9e9e9e;
$color-grey-600: #757575;
$color-grey-700: #616161;
$color-grey-800: #424242;
$color-grey-900: #212121;
$color-grey-1000: #000000;
// Blue Grey
$color-blue-grey-50: #eceff1;
$color-blue-grey-100: #cfd8dc;
$color-blue-grey-200: #b0bec5;
$color-blue-grey-300: #90a4ae;
$color-blue-grey-400: #78909c;
$color-blue-grey-500: #607d8b;
$color-blue-grey-600: #546e7a;
$color-blue-grey-700: #455a64;
$color-blue-grey-800: #37474f;
$color-blue-grey-900: #263238;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment