HTML Color Picker
A small website to convert between color coordinates
- HEX
- RGB (0-255)
- RGB (0-1)
- LAB
Relies on color-convert
Try it at https://davidl.me/apps/colors
git clone
npm run setup
will install dependencies.npm run dev
will start a server atlocalhost:8080
with hot reloading.
- Color picker
- Color conversion
- Image sampling
- Color interpolation
- This project is automatically deployed to github pages on push to master.
- For local deployment, run
npm run build
and then serve thedist
folder.