Simple tool and list of all named W3C colors, complete with name, hex and rgb() value, made to understand the principles behind the different values.
This is a work in progress.
It has three sections:
The first section is a guide to the W3C color names.
In the second section a color tester
The third part my favourite, lets the user create a custom color palette of five colors, modifying every parameter with sliders.
What do you think about it? What do you think could be usefull to add? Do you have an idea for improving it?
- HTML
- CSS
- JavaScript
INFO:
https://www.developintelligence.com/blog/2017/02/rgb-to-hex-understanding-the-major-web-color-codes/
https://www.mathsisfun.com/hexadecimal-decimal-colors.html
CODE:
How To Change CSS Values With A Slider! - CSS Custom Properties (Variables) & JavaScript https://www.youtube.com/watch?v=FgSfzJPyxhg
HTML5 input type range show range value https://stackoverflow.com/questions/10004723/html5-input-type-range-show-range-value
;)