Skip to content

Instantly share code, notes, and snippets.

@slikts
slikts / css_colors.js
Created September 25, 2018 09:31 — forked from bobspace/css_colors.js
All of the CSS Color names as an array in javascript.
// CSS Color Names
// Compiled by @bobspace.
//
// A javascript array containing all of the color names listed in the CSS Spec.
// The full list can be found here: http://www.w3schools.com/cssref/css_colornames.asp
// Use it as you please, 'cuz you can't, like, own a color, man.
export default [
`AliceBlue`,
`AntiqueWhite`,