random-lch-color

1.0.0 • Public • Published

random-lch-color

Generate a random lch color.

Installation

npm install --save random-lch-color

Usage

var randomLCHColor = require('random-lch-color')

randomLCHColor()  // => 'lch(50% 100 100)'
randomLCHColor()  // => 'lch(82% 120 204)'

or

import randomLCHColor from 'random-lch-color'

randomLCHColor()  // => 'lch(75% 60 0)'
randomLCHColor()  // => 'lch(49% 132 290)'

Acknowledgements

Inspired by random-hex-color by John Otander which is repackaged from a post by Paul Irish.

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted for generative doings by Adam Morse (@mrmrs_).


/random-lch-color/

    Package Sidebar

    Install

    npm i random-lch-color

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.16 kB

    Total Files

    4

    Last publish

    Collaborators

    • mrmrs