Created
October 23, 2018 01:08
-
-
Save zerobias/e6ec5a4745328f2129c585960fa769e2 to your computer and use it in GitHub Desktop.
Better web colors
This file contains hidden or 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
var colors = { | |
aqua: '#7fdbff', | |
blue: '#0074d9', | |
lime: '#01ff70', | |
navy: '#001f3f', | |
teal: '#39cccc', | |
olive: '#3d9970', | |
green: '#2ecc40', | |
red: '#ff4136', | |
maroon: '#85144b', | |
orange: '#ff851b', | |
purple: '#b10dc9', | |
yellow: '#ffdc00', | |
fuchsia: '#f012be', | |
gray: '#aaaaaa', | |
white: '#ffffff', | |
black: '#111111', | |
silver: '#dddddd' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment