value-color

Library for working with colors. Includes RGB and HSL creation, gradients, and built-in names.

Usage no npm install needed!

<script type="module">
  import valueColor from 'https://cdn.skypack.dev/value-color';
</script>

README

color-value

Library for working with colors. Includes RGB and HSL creation, gradients, and built-in color values.

Library is a direct port of a wonderful Elm Color library. It even preserves types using flow type checker.