Brutal-yellow is one of the color families shipped with this release. Warning-tape yellow..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50brutal-yellow-50#ffdd33Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100brutal-yellow-100#ffdd33Very light — section backgrounds, badges on light UI, tinted code blocks.
200brutal-yellow-200#ffdd33Light — borders on light themes, dividers with personality, chip backgrounds.
300brutal-yellow-300#ffdd33Soft — secondary borders, disabled states with color, placeholder decorations.
400brutal-yellow-400#ffdd33Medium-light — icons on dark surfaces, decorative accents, chart lines.
500brutal-yellow-500#ffdd33The primary step — buttons, links, brand fills, key interactive elements.
600brutal-yellow-600#ffdd33Hover step — hover states for 500 elements, or primary on very light UIs.
700brutal-yellow-700#ffdd33Active step — pressed states, emphasized text on light tinted backgrounds.
800brutal-yellow-800#ffdd33Dark — text on light palettes, headers in tinted sections, dark UI fills.
900brutal-yellow-900#ffdd33Very dark — deep section backgrounds, high-contrast text carriers.
950brutal-yellow-950#ffdd33Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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