Created
August 4, 2014 13:41
-
-
Save frankrowe/4a32c6a92a33116da3c0 to your computer and use it in GitHub Desktop.
default_colors.less
This file contains 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 VARIABLES | |
// Cool | |
@aqua: #7FDBFF; | |
@blue: #0074D9; | |
@navy: #001F3F; | |
@teal: #39CCCC; | |
@green: #2ECC40; | |
@olive: #3D9970; | |
@lime: #01FF70; | |
// Warm | |
@yellow: #FFDC00; | |
@orange: #FF851B; | |
@red: #FF4136; | |
@fuchsia: #F012BE; | |
@purple: #B10DC9; | |
@maroon: #85144B; | |
// Gray Scale | |
@white: #fff; | |
@silver: #ddd; | |
@gray: #aaa; | |
@black: #111; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment