Skip to content

Website to generate color palettes in Okhsl and HSLuv color spaces

License

Notifications You must be signed in to change notification settings

saneef/color-color

Repository files navigation

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