Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 803 Bytes

ROADMAP.md

File metadata and controls

24 lines (18 loc) · 803 Bytes

🗺 Roadmap

v0.2

  • Add support for rgba and hsla
  • Blend Colors
  • Adjust Opacity

v0.3

  • 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

v1.0

  • 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