Skip to content

Instantly share code, notes, and snippets.

@kn9ts
Created April 15, 2019 09: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 kn9ts/9f29d6f7775567de96a32ae835db2343 to your computer and use it in GitHub Desktop.
Save kn9ts/9f29d6f7775567de96a32ae835db2343 to your computer and use it in GitHub Desktop.
const rainbowHexColors = [
'#f80c12', '#ee1100', '#ff3311', '#ff4422',
'#ff6644', '#ff9933', '#feae2d', '#ccbb33',
'#d0c310', '#aacc22', '#69d025', '#22ccaa',
'#12bdb9', '#11aabb', '#4444dd', '#3311bb',
'#3b0cbd', '#442299',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment