Skip to content

Instantly share code, notes, and snippets.

//full color names list
const colors = [
{ name: "absolute zero", hex: '#0048BA', lab: { L: 34, A: 28, B: -65 }, light: false },
{ name: "acajou", hex: '#4C2F27', lab: { L: 23, A: 12, B: 11 }, light: false },
{ name: "acid green", hex: '#B0BF1A', lab: { L: 74, A: -23, B: 71 }, light: true },
{ name: "aero", hex: '#7CB9E8', lab: { L: 73, A: -7, B: -30 }, light: true },
{ name: "aero blue", hex: '#C9FFE5', lab: { L: 96, A: -22, B: 7 }, light: true },
{ name: "african violet", hex: '#B284BE', lab: { L: 61, A: 28, B: -23 }, light: true },
{ name: "air force blue", hex: '#5D8AA8', lab: { L: 55, A: -7, B: -21 }, light: true },
{ name: "air superiority blue", hex: '#72A0C1', lab: { L: 64, A: -7, B: -22 }, light: true },
@yspb
yspb / prefixes
Last active March 23, 2020 17:19
Australia=AU
Austria=AT
Brazil=BR
Canada=CA
China=CN
Denmark=DK
Finland=FI
France=FR
Germany=DE
Hong Kong=HK
"name": "yspb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",