fand / color-of-the-year

List of Pantone's Color of the Year.

Home Page:https://amagi.dev/color-of-the-year

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-of-the-year

List of Pantone's Color of the Year.

Install

npm i color-of-the-year

Usage

import { colors, colorOfTheYear, yearOfTheColor } from "color-of-the-year";

console.log(colors.livingCoral) // "#FA6558"
console.log(colorOfTheYear.2019) // "#FA6558"
console.log(yearOfTheColor.livingCoral) // 2019

console.log(colors.classicBlue) // "#174374"
console.log(colorOfTheYear.2020) // "#174374"
console.log(yearOfTheColor.classicBlue) // 2020

LICENSE

MIT

About

List of Pantone's Color of the Year.

https://amagi.dev/color-of-the-year


Languages

Language:JavaScript 51.9%Language:HTML 48.1%