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 in script.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
<li>For body and content : <a href="https://www.google.com/fonts/specimen/Merriweather">Merriweather</a> 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 <a href="http://scripts.sil.org/OFL">SIL Open Font License, 1.1</a></li>
<li><strong>Front-end Framework</strong> : <a href="http://foundation.zurb.com/learn/brands.html">Foundation</a> from Zrub. <a href="http://opensource.org/licenses/MIT">MIT License</a></li>
<li><strong>Click to Copy</strong> : <a href="https://clipboardjs.com/">clipboard.js</a> : A modern approach to copy text to clipboard No Flash. No frameworks.</li>