https://github.com/anushbmx/css-colors
CSS Color names, human readable name you can use instead of a fancy code.
https://github.com/anushbmx/css-colors
Last synced: 2 months ago
JSON representation
CSS Color names, human readable name you can use instead of a fancy code.
- Host: GitHub
- URL: https://github.com/anushbmx/css-colors
- Owner: anushbmx
- License: mit
- Created: 2016-10-18T15:38:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T16:22:06.000Z (over 8 years ago)
- Last Synced: 2025-02-07T15:45:19.151Z (4 months ago)
- Language: JavaScript
- Homepage: http://css-colors.techstream.org/
- Size: 730 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CSS Color Names
================This is a showcase wrapping the different Color Names properties you can set via CSS for color.
All modern browsers support the following 140+ color names. ( and more )http://css-colors.techstream.org/
Note : This is production version, it includes code & styles for analytics and Advert. Work on master branch.
Made with help from @nikhiljohn10
Add New Color
--------------To add a missing color, insert an entry into
colors
array inscript.js
.
The colors are sorted in into 3 types based on hue value, hex value and alphabetic order, color is stored in three array
make sure to add entry to the three array.example :
CSSColors.colors = {
'hue' : [],
'hex' : [],
'alpha' : []
}You can make use of the spreadsheets
css-color.xls
to find place for new color.
Credits
-------
-
Headings : Merriweather Sans for large text as they are legible themselves without the requirement of serifs, Merriweather is released in SIL Open Font License, 1.1 - For body and content : Merriweather the serif version of Merriweather, its a font designed to be a text face that is pleasant to read on screens, its also released in SIL Open Font License, 1.1
-
Front-end Framework : Foundation from Zrub. MIT License -
Click to Copy : clipboard.js : A modern approach to copy text to clipboard No Flash. No frameworks.