Fern Canopy Study
Soft, layered greens that suggest dappled light through leaves and the quiet texture of linen aging in shade.
Psychology
The palette leverages low saturation greens across a gentle value range, which activates the brain's association with growth and safety without overstimulation. The progression from pale to mid-tone creates visual repose through restraint, a core principle in minimalist color theory where limited contrast reduces cognitive load. This monochromatic harmony signals trustworthiness and natural authenticity, qualities that cooler, muted hues convey more effectively than their warmer counterparts.
Usage
Apply to botanical illustration covers, heritage brand packaging for natural fibers or ceramics, and interior design mood boards for calming residential spaces. Projects requiring understated sophistication with moderate visual depth benefit from this palette's lack of jarring contrast. Use across editorial typography backgrounds, wellness app interfaces, and artisanal product labeling where quiet confidence matters more than visual impact.
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%,
#8aa16f 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: #8aa16f;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #d7e3cf; --color-2: #b4c5a2; --color-3: #8aa16f; --color-4: #596d34; --color-5: #8aa16f;
Hex values
#d7e3cf, #b4c5a2, #8aa16f, #596d34, #8aa16f
Building something? Get this palette via the REST API.
History
Similar palettes
Moss Shallow Study
Linen Morning
Celadon Reverie
Orchard Wall Study
Verdant Depth Study
Sage Garden Noon
Celadon Meadow Rest
Celadon Threshold
Chalk Garden Bloom