Skip to content

Instantly share code, notes, and snippets.

@zerocity
Created May 26, 2020 09:48
Show Gist options
  • Select an option

  • Save zerocity/64ed50303056ea6dc036f21e697f1ad0 to your computer and use it in GitHub Desktop.

Select an option

Save zerocity/64ed50303056ea6dc036f21e697f1ad0 to your computer and use it in GitHub Desktop.
colors: {
grey: [
"rgb(51, 51, 51)",
"rgb(126, 126, 126)",
"rgb(187, 187, 187)",
"rgb(225, 225, 225)",
"rgb(246, 246, 246)",
"rgb(250, 250, 250)",
"rgb(255, 255, 255)",
],
background: 'rgb(255, 255, 255)',
text: 'rgb(51, 51, 51)',
primary: '#00beff',
secondary: 'rgb(187, 187, 187)',
accent: '#fa3653',
muted: 'rgb(246, 246, 246)',
error: "#d0453e",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment