Pastel-sky is one of the color families shipped with this release. Powder blue from the v1 pastel family..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50pastel-sky-50#b3d9f2Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100pastel-sky-100#b3d9f2Very light — section backgrounds, badges on light UI, tinted code blocks.
200pastel-sky-200#b3d9f2Light — borders on light themes, dividers with personality, chip backgrounds.
300pastel-sky-300#b3d9f2Soft — secondary borders, disabled states with color, placeholder decorations.
400pastel-sky-400#b3d9f2Medium-light — icons on dark surfaces, decorative accents, chart lines.
500pastel-sky-500#b3d9f2The primary step — buttons, links, brand fills, key interactive elements.
600pastel-sky-600#b3d9f2Hover step — hover states for 500 elements, or primary on very light UIs.
700pastel-sky-700#b3d9f2Active step — pressed states, emphasized text on light tinted backgrounds.
800pastel-sky-800#b3d9f2Dark — text on light palettes, headers in tinted sections, dark UI fills.
900pastel-sky-900#b3d9f2Very dark — deep section backgrounds, high-contrast text carriers.
950pastel-sky-950#b3d9f2Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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