Created
June 5, 2018 09:38
-
-
Save emalgholzad/a82ca972ef471e0a953deed14e58e925 to your computer and use it in GitHub Desktop.
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
const COLOR = { | |
keys: { | |
gray: 'gray', | |
ultraLight: 'ultra-light', | |
veryLight: 'very-light', | |
bright: 'bright', | |
veryDark: 'very-dark', | |
veryDarkGray: 'very-dark-gray', | |
}, | |
ranges: [ | |
'group-blue', | |
'blue', | |
'aqua', | |
'green', | |
'orange', | |
'pink', | |
'purple', | |
this.keys.gray, | |
] | |
}; | |
console.log(COLOR.keys.gray); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment