Skip to content

netgfx/ColorMyName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ColorMyName]

This little function is made to help everyone get familiar with color names of CSS, it's much easier to remember a cool name than a hex code.

Feel free to pull and submit your own colors with an intuitive name.

Quick start

** Initiate the class.

-> var colorNames = new ColorNames({ "numOfShades":10 });

** And get what you like. -> var _colorNames = colorNames.returnItems('all_names'); -> var _colorValues = colorNames.returnItems('all_indexed_obj');

** Options include:

-> "all", "all_names", "all_indexed_obj", "shades"

Examples

** You can view examples of this plugin here

===========

About

ColorMyName

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published