Skip to content

Instantly share code, notes, and snippets.

@onlurking
Created October 13, 2020 18:08
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 onlurking/4562ad7c3125d447654e731e09a225e5 to your computer and use it in GitHub Desktop.
Save onlurking/4562ad7c3125d447654e731e09a225e5 to your computer and use it in GitHub Desktop.
const colors = [
{
color: 'red',
value: '#f00',
},
{
color: 'green',
value: '#0f0',
},
{
color: 'blue',
value: '#00f',
},
{
color: 'cyan',
value: '#0ff',
},
{
color: 'magenta',
value: '#f0f',
},
{
color: 'yellow',
value: '#ff0',
},
{
color: 'black',
value: '#000',
},
];
export default colors;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment