RainbowJS offers a solution to perform color operations as converting from different formats (eg. rgb to hsv), create color palettes based on color theory harmmonies. Is highly configurable and works both in the browser and node.
Color harnomies:
- Complementary color
- Analogous colors
- Split complementary
- Triadic
- Tetradic (Rectangle)
- Square
Visit the project website
$ npm install --save rainbowjs
$ bower install --save rainbow-js
RainbowJS is made with ES2015 (ES6) Vanilla JavaScript and has no dependencies.
We welcome contributions of all kinds from anyone. Please take a moment to read the contributing file for more information about how to contribute to the project.
Copyright (c) Jorge Rivera
Licensed under the MIT License