palx

Automatic UI Color Palette Generator

MIT 5 个版本
安装
npm install palx
yarn add palx
pnpm add palx
bun add palx
README

Palx

Automatic UI Color Palette Generator

https://palx.jxnblk.com

npm i palx

Provide a single color value and Palx returns a full-spectrum color palette, well suited for UI design and data visualizations that work harmoniously with brand colors.

const palx = require('palx')

palx('#07c')
// Returns a color object with
// 12 hues and a gray spread across
// 10 luminance steps

About

Inspired by Open Color, Palx takes a single input color, then spreads the hue across the color spectrum in 12 steps, and spreads each hue across 10 luminance steps. Palx also desaturates the main color to create shades of gray and a black that are based off the original color.

MIT License

版本列表
1.0.3 2018-02-11
1.0.2 2016-12-08
1.0.1 2016-11-21
1.0.0-beta.1 2016-08-03
1.0.0 2016-11-19