Rose is one of the color families shipped with this release. Red-pink romance — alerts with elegance..
Shades#
100200300400500600700800900950
Palette table#
| Shade | Class fragment | Value | Best role |
|---|---|---|---|
100 | rose-100 | #fff1f2 | Very light — section backgrounds, badges on light UI, tinted code blocks. |
200 | rose-200 | #ffe4e6 | Light — borders on light themes, dividers with personality, chip backgrounds. |
300 | rose-300 | #fecdd3 | Soft — secondary borders, disabled states with color, placeholder decorations. |
400 | rose-400 | #fda4af | Medium-light — icons on dark surfaces, decorative accents, chart lines. |
500 | rose-500 | #fb7185 | The primary step — buttons, links, brand fills, key interactive elements. |
600 | rose-600 | #f43f5e | Hover step — hover states for 500 elements, or primary on very light UIs. |
700 | rose-700 | #e11d48 | Active step — pressed states, emphasized text on light tinted backgrounds. |
800 | rose-800 | #be123c | Dark — text on light palettes, headers in tinted sections, dark UI fills. |
900 | rose-900 | #9f1239 | Very dark — deep section backgrounds, high-contrast text carriers. |
950 | rose-950 | #881337 | Darkest — near-black tinted backgrounds, hero surfaces, footer tones. |
Use it#
<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#
Rose textstext-rose-* in practice.Rose backgroundsbg-rose-* in practice.Rose bordersborder-rose-* in practice.Rose gradientsfrom-rose-* in practice.
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.
Related palettes#
colors/pink|pink · colors/slate|slate · colors/color-pairing|Pairing recipes
