Linen Study Stillness

The soft suspension of light on undyed fabric, where shadows barely register and warmth dissolves into luminous calm.

Colors

~Ghosted#E4DFD9
~Venerable White#F7F5F3
~Crumbling Statue#CABEB4
~Gin Tonic#EEEBE7

Tags

Psychology

The four near-achromatic neutrals in this palette create low visual tension through minimal chroma variation, activating the brain's parasympathetic response associated with rest and focus. The slight warmth embedded in Ghosted and Gin Tonic prevents the palette from feeling clinical, while Crumbling Statue's deeper tone provides the faintest anchor without disruption, grounding compositions without introducing contrast strong enough to demand attention. This combination of muted tones and minimal value shift signals refinement through restraint, evoking trust and contemplation rather than excitement.

Usage

Apply this palette to luxury skincare packaging, minimalist editorial layouts, and neutral lifestyle branding where sophistication depends on subtlety rather than saturation. The low-contrast, warm-neutral character excels in projects requiring sustained visual comfort, such as meditation app interfaces, linen and textile retail, and gallery wall backgrounds that prioritize content over decoration. Its soft, undyed aesthetic particularly strengthens slow fashion branding and artisanal craft photography where material honesty and restful palettes signal 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%,
    #cabeb4 67%,
    #eeebe7 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #e4dfd9;
  --color-gradient-2: #f7f5f3;
  --color-gradient-3: #cabeb4;
  --color-gradient-4: #eeebe7;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #e4dfd9;
--color-2: #f7f5f3;
--color-3: #cabeb4;
--color-4: #eeebe7;
Hex values
#e4dfd9, #f7f5f3, #cabeb4, #eeebe7

Building something? Get this palette via the REST API.

History