Skip to content

Instantly share code, notes, and snippets.

@velopert
Created April 26, 2019 13:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velopert/fda9083ddedcbbef30bb40362f9d01c4 to your computer and use it in GitHub Desktop.
Save velopert/fda9083ddedcbbef30bb40362f9d01c4 to your computer and use it in GitHub Desktop.
palette.js
// source: https://yeun.github.io/open-color/
const palette = {
gray: [
'#f8f9fa',
'#f1f3f5',
'#e9ecef',
'#dee2e6',
'#ced4da',
'#adb5bd',
'#868e96',
'#495057',
'#343a40',
'#212529',
],
cyan: [
'#e3fafc',
'#c5f6fa',
'#99e9f2',
'#66d9e8',
'#3bc9db',
'#22b8cf',
'#15aabf',
'#1098ad',
'#0c8599',
'#0b7285',
],
};
export default palette;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment