nila-color-palette

1.0.1 • Public • Published

nila-color-pallete

Installation

npm install nila-color-palette

Usage

const generatePalette = require('nila-color-palette');


console.log({colors: generatePalette('#2196F3')});

output

{
  colors: {
    '50': '#eff5fe',
    '100': '#e2ecfd',
    '200': '#c4dafa',
    '300': '#a1c6f8',
    '400': '#74b0f5',
    '500': '#2196f3',
    '600': '#1e88dc',
    '700': '#1a78c3',
    '800': '#1766a6',
    '900': '#125183'
  }
}

Package Sidebar

Install

npm i nila-color-palette

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.09 kB

Total Files

4

Last publish

Collaborators

  • gotocva