- Does the generator include hover and active states?
- Yes — the output has :hover (lift + shadow intensify), :active (press), and :focus-visible (accessible focus ring) rules.
- Can I get accessible focus rings?
- Yes, :focus-visible with a 2px offset outline. Toggle off if your design system already has a global focus style.
- What about dark mode?
- The tool generates variables you can override via prefers-color-scheme or a .dark class. The color picker shows both modes side by side.
- Is the CSS framework-agnostic?
- Yes — plain CSS with no dependencies. Can be ported to Tailwind with arbitrary values or turned into a Sass mixin.