Skip to content

A JSON with color names and it’s values.返回颜色名和对应十六进制值的json数据

License

Notifications You must be signed in to change notification settings

OpenQuest/oq-color-name-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oq-color-name-decimal

A JSON with color names and it’s values.返回颜色名和对应十六进制值的json数据

数据来源于[Based on http://dev.w3.org/csswg/css-color/#named-colors.](Based on http://dev.w3.org/csswg/css-color/#named-colors.)

INSTALL

$ npm install --save oq-color-name-hex

USAGE

var colors = require('oq-color-name-hex');
colors.olivedrab //'#6b8e23'
colors.darkblue //'#00008b'
colors.redss // undefined -->redss doesn't exist;

License

MIT

AUTHORS

This project belongs to OpenQuest---A open organization concentrates on reading excellent codes from npm.org and github.com and commenting them so that everyone can understand easily. You can check the index_comment.js to get the source comments. For more information, linking to https://github.com/OpenQuest.

About

A JSON with color names and it’s values.返回颜色名和对应十六进制值的json数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages