Instant color code realtime preview with index.html?ff0000
or input box.
Goto https://stakiran.github.io/colorback/index.html
For example, the color red, like this:
ff0000
rgb(255,0,0)
rgb(255, 0, 0)
255,0,0
255, 0, 0
255 0 0
But, about index.html?xxxx
, xxxx
must not contain a space.
- ⭕ (Good)
index.html?255,0,0
- ❌ (Bad)
index.html?255 0 0
- Esc: Select all the input box.
MIT license, but jquery.org/license about jQuery.