JS package for 'lightblue' color
npm install @swatch/lightblueThis package contains already statically computed variants of the lightblue color.
Usage:
``js
const {rgb, hex} = require('@swatches/lightblue');
// Use rgb, hex to show lightblue in your application.`
In the browser:
`js
const {hex} = require('@swatch/lightblue/string');
document.body.style.backgroundColor = hex;
`
List of all supported color formats.
Exported as properties when importing @swatches/lightblue.
- hslhsv
- hwb
- cmyk
- xyz
- lab
- lch
- hex
- keyword
- ansi16
- ansi256
- hcg
- apple
- gray
-
Exported as properties when importing @swatches/lightblue/string.
- rgbhsl
- hex`
-