Created
April 15, 2019 09:08
-
-
Save kn9ts/9f29d6f7775567de96a32ae835db2343 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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