Rose is one of the color families shipped with this release. Red-pink romance — alerts with elegance..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50rose-50#fff1f2Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100rose-100#ffe4e6Very light — section backgrounds, badges on light UI, tinted code blocks.
200rose-200#fecdd3Light — borders on light themes, dividers with personality, chip backgrounds.
300rose-300#fda4afSoft — secondary borders, disabled states with color, placeholder decorations.
400rose-400#fb7185Medium-light — icons on dark surfaces, decorative accents, chart lines.
500rose-500#f43f5eThe primary step — buttons, links, brand fills, key interactive elements.
600rose-600#e11d48Hover step — hover states for 500 elements, or primary on very light UIs.
700rose-700#be123cActive step — pressed states, emphasized text on light tinted backgrounds.
800rose-800#9f1239Dark — text on light palettes, headers in tinted sections, dark UI fills.
900rose-900#881337Very dark — deep section backgrounds, high-contrast text carriers.
950rose-950#4c0519Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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