Nursery Morning
Click any swatch to copy its hex.
See it in place
Design that earns its keep
A tiny landing page, painted entirely with this palette so you can judge it doing real work.
Get startedFast
Ships static, loads instantly.
Honest
Every choice explained.
How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. Drag a chip onto any part of the mockup to override it — your arrangement is saved into this page's URL, so copying the link shares it.
Why it works
Powder blue and blush pink are the archetypal nursery pairing, but the fawn beige is what keeps this from feeling like a gender-reveal cliché — it pulls the scheme toward warm, natural materials like wool and oak. Every hue is desaturated to a similar chalky softness so nothing competes, and slate provides just enough darkness for text while staying gentler than charcoal.
Built around Baby Blue.
Use this palette
#89cff0, #fdf6ee, #f6c6cf, #d9c3ad, #5b6b7a:root {
--color-powder: #89cff0;
--color-cream: #fdf6ee;
--color-blush: #f6c6cf;
--color-fawn: #d9c3ad;
--color-slate: #5b6b7a;
}@theme {
--color-powder: #89cff0;
--color-cream: #fdf6ee;
--color-blush: #f6c6cf;
--color-fawn: #d9c3ad;
--color-slate: #5b6b7a;
}{
"name": "Nursery Morning",
"colors": [
{
"hex": "#89cff0",
"role": "powder"
},
{
"hex": "#fdf6ee",
"role": "cream"
},
{
"hex": "#f6c6cf",
"role": "blush"
},
{
"hex": "#d9c3ad",
"role": "fawn"
},
{
"hex": "#5b6b7a",
"role": "slate"
}
]
}