$ npm install color-pairs-picker
Given a color, it picks a pleasing and well contrasted background and foreground colors
http://kyleamathews.github.io/color-pairs-picker/
npm install color-pairs-picker
This module attempts to pick pleasing color pairs that satisfy the following constraints:
var colorPairsPicker = require 'color-pairs-picker';
var baseColor = "#BA55D3";
var pair = colorPairsPicker(baseColor);
// Set a higher contrast over the default 5.5.
// Note, the more saturated your colors the less contrasty they'll be.
var pair = colorPairsPicker(baseColor, {contrast: 8});
© 2010 - cnpmjs.org x YWFE | Home | YWFE