icasdri / colorview

A simple color viewer for visualizing colors in the browser given a CSS color name, hex, or rgb.

Home Page:https://colorview.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorview

https://colorview.surge.sh

Examples to try:

  • CSS names: red, navy, etc.
  • Hex values: #efd8a2 or without the # like efd8a2.
  • Hex values with alpha: #deadbeef
  • CSS rgb: rgb(123, 32, 95) and variations like rgb(32%, 42%, 6.4%)
  • CSS rgba: rgba(90, 210, 40, 0.6)

Your browser will be doing the heavy lifting, so any color value supported by your browser's CSS should work.

About

A simple color viewer for visualizing colors in the browser given a CSS color name, hex, or rgb.

https://colorview.surge.sh

License:MIT License


Languages

Language:HTML 100.0%