Stone Breath Quiet
The soft whisper of unbleached linen catching diffused afternoon light, barely there and deeply restful.
Psychology
This monochromatic palette relies on low chroma and minimal contrast to create a deeply calming effect, where neutral grays and off-whites sit at the threshold of perception. The achromatic nature removes competitive color vibration, allowing the eye to rest without stimulation, while subtle shifts in lightness provide just enough visual interest to prevent monotony. The result is psychological ease, the sensory equivalent of being in a serene, uncluttered space where nothing demands attention.
Usage
Ideal for minimalist product packaging, spa and wellness branding, and editorial layouts where breathing room and restraint are design priorities. Projects requiring calm focus, such as meditation app interfaces and luxury furniture catalogs, benefit from the palette's low-contrast, noise-free foundation. Works particularly well in contexts where texture and materiality matter more than color, allowing photography and typography to lead rather than compete.
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,
#d6d9d6 0%,
#a6aaa5 33%,
#bfc3be 67%,
#f2f3f2 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #d6d9d6;
--color-gradient-2: #a6aaa5;
--color-gradient-3: #bfc3be;
--color-gradient-4: #f2f3f2;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #d6d9d6; --color-2: #a6aaa5; --color-3: #bfc3be; --color-4: #f2f3f2;
Hex values
#d6d9d6, #a6aaa5, #bfc3be, #f2f3f2
Building something? Get this palette via the REST API.