What problem does it solve?
It solves the lack of large, well-structured color palettes in common design systems by giving Flutter developers fast access to a complete HSL-derived range of colors as type-safe constants.
Core Features & Use Cases
- 11,041 named color constants generated from the HSL color wheel for immediate use without runtime color math.
- Consistent naming + autocompletion so you can reliably look up shades (hue/saturation/lightness/greys) while building themes.
- Color utility extensions to derive hex, RGBA, apply opacity, and generate variants like lighter/darker and more/less saturated colors.
- Swatch generation via a
Swatch class that derives a full palette from a single base color for brand theming.
Quick Start
Import the package in your Flutter code and start using any constant (for example, indigo650 or redA400) directly as a Color.