Skip to content

bust/chromotome

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

61 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜πŸ“—πŸ“™πŸ“• Chromotome πŸ“•πŸ“™πŸ“—πŸ“˜

A collection of color palettes used in order to easily colorize new creative coding projects. New palettes will be continuously added, and all existing ones are subject to change.

An overview of the different palettes will be available soon.

Installation:

npm install -save chromotome

Basic usage:

// Can both use ES6 import and CommonJS require.
import * as tome from 'chromotome';

// Palettes can be acquired randomly...
let palette = tome.getRandom();

// ...or by name
palette = tome.get('Prettiest Palette');

// Access the colors through the 'colors' property.
console.log(palette.colors); // --> [ '#abc', '#cba', '#bac' ]

Palette overview:

https://kgolid.github.io/chromotome-site/

About

A collection of color palettes saved for personal use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%