Skip to content

Instantly share code, notes, and snippets.

View hisaac's full-sized avatar
👨‍💻
Just Typin'

Isaac Halvorson hisaac

👨‍💻
Just Typin'
View GitHub Profile
@hisaac
hisaac / css_colors.js
Last active November 29, 2016 13:45 — forked from bobspace/css_colors.js
All of the CSS Color names as an array in javascript.
// CSS Color Names
// Compiled by @bobspace
// Reformatted by @hisaac
//
// 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.
var validColors = [
"Alice Blue",