Hearth & Parchment
Warm dust and cool shadow converge, evoking aged paper, fired earth, and weathered stone in soft, measured light.
Psychology
The palette anchors itself in warm mid-tones (stardust and empress) that evoke natural materials and comfort, while the dark wood bark provides high contrast depth that grounds the composition without harshness. The achromatic grays act as breathing room, allowing the warm yellows and reds to feel grounded rather than frenetic, creating a sense of studied calm through restraint. Low chroma across all four colors reinforces a contemplative, handcrafted mood rather than visual urgency.
Usage
This palette excels in artisanal product packaging, editorial design for heritage brands, and rustic interior styling where warmth and authenticity matter more than visual pop. The high contrast between light and dark supports readable typography and clear visual hierarchy in print collateral and book design, while the soft, muted character prevents oversaturation in photography-heavy layouts. Best suited for projects targeting audiences who value texture, history, and understated sophistication.
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,
#e9ebdb 0%,
#bdb6b3 33%,
#82706b 67%,
#312622 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #e9ebdb;
--color-gradient-2: #bdb6b3;
--color-gradient-3: #82706b;
--color-gradient-4: #312622;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #e9ebdb; --color-2: #bdb6b3; --color-3: #82706b; --color-4: #312622;
Hex values
#e9ebdb, #bdb6b3, #82706b, #312622
Building something? Get this palette via the REST API.
History
Similar palettes
Kiln Ember Dusk
Linen Neutral Afternoon
Wheat Field Glow
Warm Linen Bakery
Terracotta Greenhouse Rest
Toasted Grain Hour
Peach Hour
Honeycomb Afternoon
Caramel Linen Hour