Linen Closet Morning
The muted warmth of sun-faded linen and pressed stone, soft enough to whisper but present enough to ground.
Psychology
The palette's four near-whites and single muted gray create low visual contrast, triggering parasympathetic responses associated with rest and clarity rather than stimulation. The slight warm undertones in three of the neutrals prevent the composition from feeling sterile or cold, while the cool gray acts as a visual anchor that prevents monotony. This monochromatic restraint follows established color theory principles where reduced chroma and compressed value ranges communicate sophistication and tranquility.
Usage
Minimalist beauty packaging, soft furnishing lookbooks, and editorial photography backdrops benefit from this palette's ability to recede and let product or typography dominate. Interior design schemes for spa and wellness spaces leverage the palette's calm temperature and low contrast to establish sanctuary-like environments. The subtle tonal variation works exceptionally well in luxury textile branding and artisanal ceramics marketing where quiet refinement signals quality.
Code
CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
90deg,
#e4dfd9 0%,
#f7f5f3 33%,
#b8b4bd 67%,
#eeebe7 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #e4dfd9;
--color-gradient-2: #f7f5f3;
--color-gradient-3: #b8b4bd;
--color-gradient-4: #eeebe7;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #e4dfd9; --color-2: #f7f5f3; --color-3: #b8b4bd; --color-4: #eeebe7;
Hex values
#e4dfd9, #f7f5f3, #b8b4bd, #eeebe7
Building something? Get this palette via the REST API.