Skip to content

Instantly share code, notes, and snippets.

View trosck's full-sized avatar
🧐

Sergey trosck

🧐
View GitHub Profile
@trosck
trosck / css_colors.js
Created October 5, 2020 18:43 — 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: https://www.w3schools.com/cssref/css_colors.asp
// Use it as you please, 'cuz you can't, like, own a color, man.
const CSS_COLOR_NAMES = [
"AliceBlue",
"AntiqueWhite",