Coastal Clarity Dawn

Cool mineral light filtered through water, where bright greens meet deep blue depths and soft white space.

Colors

~Green#00FF00
~Saltwater Denim#225C76
~Turkish Jade#2C8490
~White#FEFEFF
~Hidden Sea Glass#7BD4D5

Psychology

The high contrast between vivid green and deep blue-teal creates visual tension that activates attention without overwhelming, while the moderate saturation of teal tones prevents harshness. Cool hues across the palette recede and calm, yet the bright lime green and white punctuation points create focal anchors that guide the eye, producing a balanced energy between restraint and spark. This combination triggers associations with clean technology and natural clarity, bridging clinical precision with organic serenity.

Usage

Effective for software dashboards and fintech interfaces that require both clarity and trustworthiness, sustainable fashion e-commerce sites emphasizing freshness and modernity, and editorial photography layouts with strong geometric grids. Projects with mixed lightness and high contrast benefit from this palette's ability to create visual hierarchy without relying on warm tones, making it ideal for minimalist tech startups and contemporary hospitality branding that communicate both innovation and calm.

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,
    #00ff00 0%,
    #225c76 25%,
    #2c8490 50%,
    #fefeff 75%,
    #7bd4d5 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #00ff00;
  --color-gradient-2: #225c76;
  --color-gradient-3: #2c8490;
  --color-gradient-4: #fefeff;
  --color-gradient-5: #7bd4d5;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #00ff00;
--color-2: #225c76;
--color-3: #2c8490;
--color-4: #fefeff;
--color-5: #7bd4d5;
Hex values
#00ff00, #225c76, #2c8490, #fefeff, #7bd4d5

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Shallow Waters
Pastel Lagoon Study
Misty Lagoon Hour
Frosted Lavender Drift
Midnight Pool Glow
Neon Bloom Dusk
Mineral Spring Dawn
Neon Descent Study