evilmartians / oklch-picker

Color Picker for LCH
https://oklch.com
Other
805 stars 63 forks source link

OKLCH & LCH Color Picker

Color picker and converter for OKLCH and LCH color space.

OKLCH is a new way to encode colors (like hex, RGBA, or HSL):

Additional links about Oklab and OKLCH:

Development

To run a local copy for development:

  1. Install Node.js and pnpm.

  2. Install dependencies:

    pnpm install
  3. Run local server:

    pnpm start

We recommend installing Prettier and EditorConfig plugins to your text editor.