Skip to content

Instantly share code, notes, and snippets.

View kaancancalkan's full-sized avatar
💻
Com- combien d'étés on a passé dans le zoo?

Kaan Can Calkan kaancancalkan

💻
Com- combien d'étés on a passé dans le zoo?
View GitHub Profile
@kaancancalkan
kaancancalkan / css_colors.js
Created August 21, 2020 12:18 — 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",