@leonardodino/hello-color

1.0.3 • Public • Published

hello-color

Functional color palette generator

http://jxnblk.com/hello-color

Build Status

npm i hello-color
import hello from 'hello-color'

const result = hello('#0fc')
// Returns an object with negated and adjusted color
// that meets a minimum contrast
// {
//   base: '#00ffcc',
//   color: '#f6002d',
//   contrast: 3.2636058745832304,
//   dark: false
// }

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @leonardodino/hello-color

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

213 kB

Total Files

10

Last publish

Collaborators

  • leonardodino