Cenote Canopy

Cool, muted tones evoke the filtered light of a forest canopy meeting shallow water, calm and grounded.

Colors

~Salty Ice#C8E4FB
~Cerulean Skies#89CCD2
~Emerald Oasis#65A28D
~Emerald City#5E7C61
~Jurassic Park#44623D

Psychology

The palette's cool triadic harmony creates visual balance without tension, with teal dominating and green anchoring the composition in nature-derived calm. Low saturation across all five colors signals restraint and trustworthiness, while the gradual shift from pale sky-blue through teal to deep forest green encourages the eye to move naturally, like descending into water or woodland depth. This progression leverages the principle that cool hues recede, making the palette feel enveloping rather than confrontational.

Usage

Ideal for sustainable fashion branding, eco-tourism websites, and forest-focused interior design projects where moderate contrast and cool temperature support themes of balance and environmental care. The mixed lightness profile works well in editorial layouts and nature photography galleries, where the palette provides visual hierarchy without jarring shifts. Projects requiring calm authority, such as wellness app interfaces and organic product packaging, benefit from the muted, professional restraint these colors convey.

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,
    #c8e4fb 0%,
    #89ccd2 25%,
    #65a28d 50%,
    #5e7c61 75%,
    #44623d 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #c8e4fb;
  --color-gradient-2: #89ccd2;
  --color-gradient-3: #65a28d;
  --color-gradient-4: #5e7c61;
  --color-gradient-5: #44623d;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #c8e4fb;
--color-2: #89ccd2;
--color-3: #65a28d;
--color-4: #5e7c61;
--color-5: #44623d;
Hex values
#c8e4fb, #89ccd2, #65a28d, #5e7c61, #44623d

Building something? Get this palette via the REST API.

History

Similar palettes

Pastel Lagoon Study
Shallow Waters
Jade Hour Glow
Misty Lagoon Hour
Coastal Inlet Calm
Moss Shallow Study
Mineral Spring Dawn
Periwinkle Linen Study
Teal Depths Nocturne