Skip to content

A tool for choosing colours, based on the complete list of native CSS Color Names

Notifications You must be signed in to change notification settings

guoyu07/ColorSpring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorSpring

Named CSS Color Tool - CSS defines a large set of “named colors” that can be used in place of hex or RGB values. 16 of these named colours are originally from HTML: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, & yellow. The rest mainly derive from the X11 color system, used in Unix derived systems.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

A tool for choosing colours, based on the complete list of native CSS Color Names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • CSS 32.5%
  • Vue 17.5%
  • HTML 1.3%