Minimal-ice is one of the color families shipped with this release. Icy near-white for minimalist sections..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50minimal-ice-50#dbe7f0Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100minimal-ice-100#dbe7f0Very light — section backgrounds, badges on light UI, tinted code blocks.
200minimal-ice-200#dbe7f0Light — borders on light themes, dividers with personality, chip backgrounds.
300minimal-ice-300#dbe7f0Soft — secondary borders, disabled states with color, placeholder decorations.
400minimal-ice-400#dbe7f0Medium-light — icons on dark surfaces, decorative accents, chart lines.
500minimal-ice-500#dbe7f0The primary step — buttons, links, brand fills, key interactive elements.
600minimal-ice-600#dbe7f0Hover step — hover states for 500 elements, or primary on very light UIs.
700minimal-ice-700#dbe7f0Active step — pressed states, emphasized text on light tinted backgrounds.
800minimal-ice-800#dbe7f0Dark — text on light palettes, headers in tinted sections, dark UI fills.
900minimal-ice-900#dbe7f0Very dark — deep section backgrounds, high-contrast text carriers.
950minimal-ice-950#dbe7f0Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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