Skip to content

Latest commit

 

History

History
executable file
·
51 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

executable file
·
51 lines (29 loc) · 1.3 KB

HEX Color list

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?

Check it out! GitHub repo

Built with

  • HTML
  • CSS
  • JavaScript

With the help of the valuable information from:

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

https://htmlcolorcodes.com/

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

Coded with love by Mariana Barnola

https://marianabarnola.com

;)