Color tints and shades generator tool.
- Accepted Color input:
- #RGB, #RRGGBB, #RGBA #RRGGBBAA
- RGB/A, HSL/A
- Pre-defined
color keywords
- The accepted percent balance point goes from 1 to 100. The math is
round(100 /
<percent>)
, so:
- 1 will produce 100 tints and 100 shades
- 2 will produce 50 tints and 50 shades
- and so on...
View source on GitHub
Credits
-
values.js — JS library to get the tints and shades.
- Material Design Components & Icons by
@Google.
- “Percent” icon by Austin Andrews
@templarian
MIT ©
Noel Delgado