Wetland Stillness
Cool, muted depths that shift from shadowed water to soft moss, creating a calm, contemplative atmosphere.
Psychology
The progression from dark teal through muted blue-green to pale sage creates visual rest through low saturation and moderate contrast, signaling safety and introspection. Cool hues naturally recede, establishing depth without tension, while the triadic balance between teal dominance and green accents prevents monotony without introducing visual conflict. This combination triggers associations with natural water and forest environments, evoking quiet observation rather than action.
Usage
Ideal for natural wellness branding, editorial design on natural paper stocks, and interior design in calm residential or professional spaces. The soft, cool palette works well for organic product packaging, nature photography mood boards, and minimalist web interfaces where restraint and depth matter more than visual drama. Projects requiring quiet sophistication and environmental authenticity benefit most from this palette's muted, cool character.
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,
#2f425f 0%,
#206572 25%,
#597e73 50%,
#89a58a 75%,
#b1c5ab 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #2f425f;
--color-gradient-2: #206572;
--color-gradient-3: #597e73;
--color-gradient-4: #89a58a;
--color-gradient-5: #b1c5ab;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #2f425f; --color-2: #206572; --color-3: #597e73; --color-4: #89a58a; --color-5: #b1c5ab;
Hex values
#2f425f, #206572, #597e73, #89a58a, #b1c5ab
Building something? Get this palette via the REST API.
History
Similar palettes
Shallow Waters
Pastel Lagoon Study
Jade Hour Glow
Misty Lagoon Hour
Moss Shallow Study
Coastal Linen Study
Teal Depths Nocturne
Coastal Inlet Calm
Mineral Spring Dawn