Hedge Row Study
Cool greens layered like forest canopy, moving from soft filtered light through deep woodland shadow.
Psychology
The monochromatic green progression leverages cool hue temperature to evoke calm and stability, while the high contrast span from pale frost to deep forest floor creates visual depth that engages without overstimulation. Green's association with growth and natural spaces combines with muted chroma levels to produce a sense of grounded composure rather than excitement, making the palette psychologically restful despite its range.
Usage
Deploy across sustainable fashion branding, botanical book design, and eco-friendly interior styling where the cool, naturalistic progression signals authenticity and environmental consciousness. Projects requiring sophisticated restraint benefit from the palette's ability to communicate maturity through contrast without resorting to black or harsh neutrals.
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,
#d7e3cf 0%,
#b4c5a2 25%,
#8aa16f 50%,
#596d34 75%,
#334215 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #d7e3cf;
--color-gradient-2: #b4c5a2;
--color-gradient-3: #8aa16f;
--color-gradient-4: #596d34;
--color-gradient-5: #334215;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #d7e3cf; --color-2: #b4c5a2; --color-3: #8aa16f; --color-4: #596d34; --color-5: #334215;
Hex values
#d7e3cf, #b4c5a2, #8aa16f, #596d34, #334215
Building something? Get this palette via the REST API.
History
Similar palettes
Moss Shallow Study
Peat & Tidepool
Evergreen Threshold
Orchard Wall Study
Verdant Depth Study
Verdant Shallow Pool
Mangrove Shallow Drift
Deepwater Fern
Sage Garden Noon