Chipsy v1.1.7

A simple, lightweight and easy to use, framework agnostic library that allows you to create aesthetically beautiful multi-purpose pseudo random colors...

Same label same color

Generates unique colors as many as you want

Visually pleasing colors

Not so dark, not so light

Theming support

Light or dark, no worry

Background blending support

Whatever is the background color, you get the best

Customize the way you wanted

Change levels, use colors to decorate additional elements

Use it in your own way

Use colors and styles in a way you like

Lightweight and easy to use

Weighs around ~3kb gzipped and use it in any framework


	import { getColors } from 'chipsy';
	const options = { level: 0.5 };
	const colors = getColors("label","dark",options);
	console.log(colors); 
	// {primary: [...], secondary: [...], tertiary: [...]}

More than just chips and tags

Use it for avatars, checkbox, charts, inline codes, KBD..

Read more about chipsy

Codebase, playground, documentation..

Open sourced codebase

MIT Licensed

Chipsy is licensed under the MIT license

This means that you can use Chipsy in any project, commercial or non-commercial, without attribution. The only requirement is that you include the license text in any copies of the software.