Created
June 26, 2015 16:50
-
-
Save pburtchaell/e914bad16ac8e2c5dd53 to your computer and use it in GitHub Desktop.
materialDesignColors.less
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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