Neon-orange is one of the color families shipped with this release. Burning amber from the v1 neon family..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neon-orange-50#ff9933Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neon-orange-100#ff9933Very light — section backgrounds, badges on light UI, tinted code blocks.
200neon-orange-200#ff9933Light — borders on light themes, dividers with personality, chip backgrounds.
300neon-orange-300#ff9933Soft — secondary borders, disabled states with color, placeholder decorations.
400neon-orange-400#ff9933Medium-light — icons on dark surfaces, decorative accents, chart lines.
500neon-orange-500#ff9933The primary step — buttons, links, brand fills, key interactive elements.
600neon-orange-600#ff9933Hover step — hover states for 500 elements, or primary on very light UIs.
700neon-orange-700#ff9933Active step — pressed states, emphasized text on light tinted backgrounds.
800neon-orange-800#ff9933Dark — text on light palettes, headers in tinted sections, dark UI fills.
900neon-orange-900#ff9933Very dark — deep section backgrounds, high-contrast text carriers.
950neon-orange-950#ff9933Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-neon-orange-500 text-white p-6 rounded-xl">Neon-orange surface</div>
<p class="text-neon-orange-600 dark:text-neon-orange-400">Adaptive text</p>
<div class="border border-neon-orange-200 dark:border-neon-orange-800 bg-neon-orange-50 dark:bg-neon-orange-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/neon-lime|neon-lime · colors/pastel-rose|pastel-rose · colors/color-pairing|Pairing recipes