- Add support for rgba and hsla
- Blend Colors
- Adjust Opacity
- Add support for Tailwind States (hover:, focus:, ...)
- Add support for non standard tailwind colors (bg-[#efefef], text-[#efefef], ...)
- Improve tailwind color conversion (can get nearest tailwind equivalent color)
- New utilities: rgb(), hsl(), hex(), hsla(), rgba(), tailwind() for random color generation.
- New format support: CMYK
- New format support: HSV
- Adjust the warmth or coolness of a color
- Named colors support (CSS named colors)
- Theme builder: generate light dark theme variants from base color and more.
- Palette generator: tailwind color palettes from base color.
- Add documentation