Skip to content

Instantly share code, notes, and snippets.

View Melford-D's full-sized avatar
:octocat:

Melford Birakor Melford-D

:octocat:
View GitHub Profile
@Melford-D
Melford-D / css_colors.js
Created July 15, 2021 00:54 — 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",