Skip to content

hecodeit/nippon-colors-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nippon-colors-gen

NIPPON COLORS - 日本の伝統色

https://nipponcolors.com/

install

npm install nippon-colors-gen

use

// require
const nipponColors = require('nippon-colors-gen');
// random color
const nipponColor = nipponColors[Math.floor(Math.random() * nipponColors.length)];

data

[{
	"name": "撫子",
	"romanized": "NADESHIKO",
	"value": "#DC9FB4"
},...
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published