Walnut Solstice
Deep shadows punctuated by warm amber light, like a single flame held against obsidian stone at dusk.
Psychology
The three blacks create a field of visual stillness and depth, anchoring attention through their achromatic heaviness, while the single warm chestnut accent acts as a focal point that draws the eye forward. This extreme high contrast ratio between dark voids and warm mid-tone creates psychological tension that reads as both sophisticated and intimate. The warmth of the chestnut against the cool absence of the blacks leverages the principle that warm tones advance while cool neutrals recede, generating visual hierarchy through temperature rather than lightness alone.
Usage
Effective for luxury chocolate and coffee packaging, editorial covers with bold typography, and minimalist branding systems where a single accent color needs to command attention against neutral darkness. The palette's severe contrast and soft mood suit projects requiring both restraint and warmth, such as artisanal food labels, fine art catalogs, and high-end interior product photography. The monochromatic base with singular warm pop works particularly well for heritage brand identities and autumn seasonal campaigns where sophistication and approachability must coexist.
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,
#000000 0%,
#000000 33%,
#000000 67%,
#93731b 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #000000;
--color-gradient-3: #000000;
--color-gradient-4: #93731b;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #000000; --color-3: #000000; --color-4: #93731b;
Hex values
#000000, #000000, #000000, #93731b
Building something? Get this palette via the REST API.
History
Similar palettes
Indigo Hour Study
Peach Linen Morning
Blackberry Bakery Noon
Abyssal Hearth
Cotton Candy Dawn
Peach Hour
Butter Meadow Soft
Caramel Linen Hour
Wheat Field Glow