Earth is one of the color families shipped with this release. Clay and soil browns..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50earth-50#8a6d4bLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100earth-100#8a6d4bVery light — section backgrounds, badges on light UI, tinted code blocks.
200earth-200#8a6d4bLight — borders on light themes, dividers with personality, chip backgrounds.
300earth-300#8a6d4bSoft — secondary borders, disabled states with color, placeholder decorations.
400earth-400#8a6d4bMedium-light — icons on dark surfaces, decorative accents, chart lines.
500earth-500#8a6d4bThe primary step — buttons, links, brand fills, key interactive elements.
600earth-600#8a6d4bHover step — hover states for 500 elements, or primary on very light UIs.
700earth-700#8a6d4bActive step — pressed states, emphasized text on light tinted backgrounds.
800earth-800#8a6d4bDark — text on light palettes, headers in tinted sections, dark UI fills.
900earth-900#8a6d4bVery dark — deep section backgrounds, high-contrast text carriers.
950earth-950#8a6d4bDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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