Skip to content

Instantly share code, notes, and snippets.

@emalgholzad
Created June 5, 2018 09:38
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 emalgholzad/a82ca972ef471e0a953deed14e58e925 to your computer and use it in GitHub Desktop.
Save emalgholzad/a82ca972ef471e0a953deed14e58e925 to your computer and use it in GitHub Desktop.
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