Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 696 Bytes

h(u,e,s)

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.

Building

  1. npm install
  2. npm build-app
  3. open docs/index.html

Development

  1. npm start
  2. npm test