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.
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.
To create an optimised version of the app:
npm run build
- Entypo pictograms by Daniel Bruce — www.entypo.com