Charcoal Whisper Nest
The quiet depth of layered shadow, where two blacks barely distinguish, creating an almost tactile sense of soft, intimate darkness.
Psychology
Both colors exist in the achromatic, very dark range, producing minimal visual separation that encourages visual rest rather than stimulation. This near-imperceptible contrast aligns with low-chroma color theory, which psychologically signals safety, contemplation, and restraint. The slight warmth variation between the two blacks creates a whisper of depth without disrupting the overall soft, enveloping mood.
Usage
Ideal for luxury beauty packaging, fine art book covers, and high-end interior styling where subtlety signals sophistication. Projects requiring quiet, non-competitive backgrounds benefit from this palette's ability to recede and let typography or imagery lead. Works exceptionally well in editorial design, minimalist branding, and textile applications where texture and material become more important than color distinction.
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,
#151413 0%,
#1e1d1b 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #151413;
--color-gradient-2: #1e1d1b;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #151413; --color-2: #1e1d1b;
Hex values
#151413, #1e1d1b
Building something? Get this palette via the REST API.