Reshader is a small and highly customizable JavaScript library for creating shades from a color palette that provides functionality to extract shades of the color you select.
tints and shades chart, colour shades generator, tints and shades generator, tint color, tint color examples, color shades, color shade finder
How to make use of it:
1. Download the installation file:
# Yarn $ yarn add reshader # NPM $ npm install reshader --save
2. Or download “reshader.js
” and insert it directly into the HTML file.
<script src="dist/reshader.js"></script>
3. Pass the color code as the first parameter of the “reshader” function.
reshader('#16A085') reshader('rgb(22,160,133) ') reshader('hsl(168, 75.8%, 35.7%)')
4. Default configuration options.
reshader('#16A085', { numberOfVariations: 5, contrastRatio: 0.1, outputModel: 'hex', shouldIgnoreRepeated: false, shouldIgnoreWhites: false, shouldIgnoreBlacks: false })
get tints & shades of color, reshader Plugin/Github
See Demo And Download
Official Website(chiefGui): Click Here
This superior jQuery/javascript plugin is developed by chiefGui. For extra advanced usage, please go to the official website.