Skip to content

Instantly share code, notes, and snippets.

@zerobias
Created October 23, 2018 01:08
Show Gist options
  • Save zerobias/e6ec5a4745328f2129c585960fa769e2 to your computer and use it in GitHub Desktop.
Save zerobias/e6ec5a4745328f2129c585960fa769e2 to your computer and use it in GitHub Desktop.
Better web colors
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