A tool for naming and converting colors in CSS development.
Features:
- Identifying color from a string.
- Four color spaces conversion (RGB, HEX, HSL, HWB).
- Copying color's raw value.
- Finding closest matching named color.
- Finding general hue of a color.
- Copying named color as css variable.
Many thanks to Chirag Mehta and Daniel Flück for making awesome tools that inspired me to build one tailored for myself ❤.
Build with Parcel, TypeScript and Vue.
npm install
npm build-app
- open
docs/index.html
npm start
npm test