Forest is one of the color families shipped with this release. Deep botanical green..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50forest-50#4a7c59Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100forest-100#4a7c59Very light — section backgrounds, badges on light UI, tinted code blocks.
200forest-200#4a7c59Light — borders on light themes, dividers with personality, chip backgrounds.
300forest-300#4a7c59Soft — secondary borders, disabled states with color, placeholder decorations.
400forest-400#4a7c59Medium-light — icons on dark surfaces, decorative accents, chart lines.
500forest-500#4a7c59The primary step — buttons, links, brand fills, key interactive elements.
600forest-600#4a7c59Hover step — hover states for 500 elements, or primary on very light UIs.
700forest-700#4a7c59Active step — pressed states, emphasized text on light tinted backgrounds.
800forest-800#4a7c59Dark — text on light palettes, headers in tinted sections, dark UI fills.
900forest-900#4a7c59Very dark — deep section backgrounds, high-contrast text carriers.
950forest-950#4a7c59Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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