Quiet Garden
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. To override: tap a chip to arm it, then click any outlined part of the mockup to paint (or drag the chip there). Your arrangement is saved into this page's URL, so copying the link shares it.
Why it works
Sage and dusty rose are natural complements — green and pink sit opposite on the wheel, but both are desaturated to the same gentle register, so the contrast whispers instead of shouts. Linen and mist give the pair room to breathe, and the deep soil neutral keeps typography legible. A wedding-suite classic for good reason.
Built around Sage Green.
Use this palette
- #9caf88sage
- #d7e0cdmist
- #f7f5eflinen
- #c9a0a0rose
- #4a4a44soil
The variables, doing badge duty
:root {
--color-sage: #9caf88;
--color-mist: #d7e0cd;
--color-linen: #f7f5ef;
--color-rose: #c9a0a0;
--color-soil: #4a4a44;
}In Quiet Garden's world
@theme {
--color-sage: #9caf88;
--color-mist: #d7e0cd;
--color-linen: #f7f5ef;
--color-rose: #c9a0a0;
--color-soil: #4a4a44;
}{
"name": "Quiet Garden",
"colors": [
{
"hex": "#9caf88",
"role": "sage"
},
{
"hex": "#d7e0cd",
"role": "mist"
},
{
"hex": "#f7f5ef",
"role": "linen"
},
{
"hex": "#c9a0a0",
"role": "rose"
},
{
"hex": "#4a4a44",
"role": "soil"
}
]
}