Amber is one of the color families shipped with this release. Golden — caution, highlights, rating stars..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100amber-100#fffbebVery light — section backgrounds, badges on light UI, tinted code blocks.
200amber-200#fef3c7Light — borders on light themes, dividers with personality, chip backgrounds.
300amber-300#fde68aSoft — secondary borders, disabled states with color, placeholder decorations.
400amber-400#fcd34dMedium-light — icons on dark surfaces, decorative accents, chart lines.
500amber-500#fbbf24The primary step — buttons, links, brand fills, key interactive elements.
600amber-600#f59e0bHover step — hover states for 500 elements, or primary on very light UIs.
700amber-700#d97706Active step — pressed states, emphasized text on light tinted backgrounds.
800amber-800#b45309Dark — text on light palettes, headers in tinted sections, dark UI fills.
900amber-900#92400eVery dark — deep section backgrounds, high-contrast text carriers.
950amber-950#78350fDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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

Per-usage guides#

Contrast#

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

colors/orange|orange · colors/yellow|yellow · colors/color-pairing|Pairing recipes