Skip to content

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

License

Notifications You must be signed in to change notification settings

icasdri/colorview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages