Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.18 KB

color × color

Netlify Status

Color-color is a tool to generate color shades. Supports Okhsl, HSLuv and HSL color spaces. You can generate more than one set of shades, and compare side by side. Bring in your reference colors to tune-in the color schemes.

Designing accessible color systems article by Stripe, and Colorbox by Lyft Design inspired us.

Get started

Install the dependencies...

npm install # Or `pnpm install` or `yarn install`

...then start development server:

npm run dev

Navigate to localhost:5173. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Building and running in production mode

To create an optimised version of the app:

npm run build

Credits