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

Shades#

Palette table#

ShadeClass fragmentValueBest role
50amber-50#fffbebLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100amber-100#fef3c7Very light — section backgrounds, badges on light UI, tinted code blocks.
200amber-200#fde68aLight — borders on light themes, dividers with personality, chip backgrounds.
300amber-300#fcd34dSoft — secondary borders, disabled states with color, placeholder decorations.
400amber-400#fbbf24Medium-light — icons on dark surfaces, decorative accents, chart lines.
500amber-500#f59e0bThe primary step — buttons, links, brand fills, key interactive elements.
600amber-600#d97706Hover step — hover states for 500 elements, or primary on very light UIs.
700amber-700#b45309Active step — pressed states, emphasized text on light tinted backgrounds.
800amber-800#92400eDark — text on light palettes, headers in tinted sections, dark UI fills.
900amber-900#78350fVery dark — deep section backgrounds, high-contrast text carriers.
950amber-950#451a03Darkest — 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