Amber is one of the fifty hues the v2 generator can ramp into ten shades. A warm hue: energetic, attention-drawing — best for CTAs, warnings and accents in small doses.

Ramp structure#

StepRole
100–300Tinted surfaces, light-mode backgrounds, badges
400–600Primary interactive range: buttons, links, highlights
700–900Dark surfaces, strong text, dark-mode fills
950Deepest step — near-black tinted backgrounds

Generating it#

js
const css = new CSSGenerator({
  theme: { colors: { amber: true } },
}).generate();
// emits text-amber-*, bg-amber-*, border-amber-* ramps

In themes#

The five presets bias different hue families: Neon Cyber favors saturated steps, Pastel Dream clamps saturation, Nature pulls selectively on it. See Themes.

Color hub · Color pipeline