Skip to content

Instantly share code, notes, and snippets.

@pburtchaell
Created June 26, 2015 16:50
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 pburtchaell/e914bad16ac8e2c5dd53 to your computer and use it in GitHub Desktop.
Save pburtchaell/e914bad16ac8e2c5dd53 to your computer and use it in GitHub Desktop.
materialDesignColors.less
@color-primary-200: #fd2166;
@color-primary-400: #EC175A;
@color-primary-600: #c4134b;
@color-primary-900: #9a103c;
@color-secondary-200: #485C72;
@color-secondary-400: #485C72;
@color-red-200: #FFAB91;
@color-red-400: #FF7043;
@color-red-600: #F4511E;
@color-red-900: #BF360C;
@color-blue-200: #90CAF9;
@color-blue-400: #42A5F5;
@color-blue-600: #1E88E5;
@color-blue-900: #01579B;
@color-green-200: #A5D6A7;
@color-green-400: #66BB6A;
@color-green-600: #43A047;
@color-green-900: #1B5E20;
@color-orange-200: #FFE082;
@color-orange-400: #FFA726;
@color-orange-600: #FB8C00;
@color-orange-900: #FF6F00;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment