0.0.3 • Published 3 years ago

color-paradise v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

How to use:

const colorParadise = require('color-paradise')

  1. console.log(colorParadise.color())

    // prints a random color to the console.

  2. colorParadise.shadeOfGreen()

    // Gives a random shade of green color in rgb.

  3. colorParadise.getColors(15) // Gives any number of hex color codes asked for!

e.g. output: '#0048BA', '#B0BF1A', '#7CB9E8', '#C9FFE5', '#B284BE', '#5D8AA8', '#00308F', '#72A0C1', '#AF002A', '#F2F0E6', '#F0F8FF', '#84DE02', '#E32636', '#C46210', '#EFDECD'

Much coming up in colors paradise :)