Skip to content

Instantly share code, notes, and snippets.

@Zlass
Created May 6, 2019 15:03
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 Zlass/af07fc2781b6408c34814431301f8f77 to your computer and use it in GitHub Desktop.
Save Zlass/af07fc2781b6408c34814431301f8f77 to your computer and use it in GitHub Desktop.
Some dope colors
{
red: "rgb(255, 99, 132)",
orange: "rgb(255, 159, 64)",
yellow: "rgb(255, 205, 86)",
green: "rgb(75, 192, 192)",
blue: "rgb(54, 162, 235)",
purple: "rgb(153, 102, 255)",
grey: "rgb(201, 203, 207)",
COLORS : [
'#4dc9f6',
'#f67019',
'#f53794',
'#537bc4',
'#acc236',
'#166a8f',
'#00a950',
'#58595b',
'#8549ba'
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment