Skip to content

This is a client-side utility for quickly generating colorschemes for use in web application.

License

Notifications You must be signed in to change notification settings

nendotools/web-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Colors SPA

This is a simple single page app allowing users to generate color palettes based on standard color groupings (e.g. monochromatic, complementary, etc.).

It provides a preview of the chosen palette directly in the UI and offers the raw CSS variables for easy copy-pasting.

In the future, it will support more verbose color options, splitting and expanding color sets, saving, generating templates for other languages/tools, and more.

This is a tinkering project for me to mess around the some infrequent CSS features and also ease some of the hassle I feel in creating color schemes.

Setup

Make sure to install dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Check out the deployment documentation for more information.

About

This is a client-side utility for quickly generating colorschemes for use in web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published