Ash Whisper Study
The barely-there gradation of charred materials settling into shadow, a texture felt rather than seen.
Psychology
These three achromatic neutrals sit so close in value that they create visual restraint rather than tension, triggering a meditative response in viewers rather than visual excitement. The slight warm undertones in Umbra against the cooler blacks establish a subtle temperature shift that registers subconsciously as depth without demanding attention. Low-chroma neutral sequences like this activate the parasympathetic nervous system, fostering calm and introspection through the absence of chromatic stimulation.
Usage
Ideal for luxury minimalist branding, editorial photography backgrounds, and high-end interior design presentations where restraint communicates sophistication. Projects requiring quiet elegance and tonal sophistication benefit from this palette's ability to create depth through value alone rather than color saturation. Apply to museum exhibition materials, artisanal craft packaging, and monochromatic typography systems where visual breathing room enhances content legibility.
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,
#0b0a09 0%,
#171312 50%,
#221f1c 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0b0a09;
--color-gradient-2: #171312;
--color-gradient-3: #221f1c;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0b0a09; --color-2: #171312; --color-3: #221f1c;
Hex values
#0b0a09, #171312, #221f1c
Building something? Get this palette via the REST API.