Sunset is one of the color families shipped with this release. Golden-hour orange..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50sunset-50#d9703fLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100sunset-100#d9703fVery light — section backgrounds, badges on light UI, tinted code blocks.
200sunset-200#d9703fLight — borders on light themes, dividers with personality, chip backgrounds.
300sunset-300#d9703fSoft — secondary borders, disabled states with color, placeholder decorations.
400sunset-400#d9703fMedium-light — icons on dark surfaces, decorative accents, chart lines.
500sunset-500#d9703fThe primary step — buttons, links, brand fills, key interactive elements.
600sunset-600#d9703fHover step — hover states for 500 elements, or primary on very light UIs.
700sunset-700#d9703fActive step — pressed states, emphasized text on light tinted backgrounds.
800sunset-800#d9703fDark — text on light palettes, headers in tinted sections, dark UI fills.
900sunset-900#d9703fVery dark — deep section backgrounds, high-contrast text carriers.
950sunset-950#d9703fDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-sunset-500 text-white p-6 rounded-xl">Sunset surface</div>
<p class="text-sunset-600 dark:text-sunset-400">Adaptive text</p>
<div class="border border-sunset-200 dark:border-sunset-800 bg-sunset-50 dark:bg-sunset-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/ocean|ocean · colors/brutal-red|brutal-red · colors/color-pairing|Pairing recipes