Frosted Meadow
Cool, luminous air at dawn, where soft mint meets electric blue in a light, refreshing atmosphere.
Psychology
The cool green and teal base recedes visually while the vivid cyan and yellow accents push forward, creating depth through temperature contrast rather than value contrast. This low-contrast, high-saturation combination signals playful energy without aggression, as the pale mint anchor keeps intensity controlled. Green and teal together naturally evoke freshness and growth, while the warm yellow punctuation prevents the palette from feeling emotionally cold or withdrawn.
Usage
Ideal for wellness app interfaces, sustainable fashion branding, and tech startup presentations where calm energy and modernity must coexist. The palette's light profile and cool dominance work well for SaaS dashboards and digital product design that prioritize clarity without harshness. The yellow accent excels in call-to-action buttons and eco-conscious packaging design, adding subtle warmth to otherwise cool compositions.
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,
#f0fff4 0%,
#4facfe 25%,
#00f2fe 50%,
#43e97b 75%,
#fee140 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #f0fff4;
--color-gradient-2: #4facfe;
--color-gradient-3: #00f2fe;
--color-gradient-4: #43e97b;
--color-gradient-5: #fee140;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #f0fff4; --color-2: #4facfe; --color-3: #00f2fe; --color-4: #43e97b; --color-5: #fee140;
Hex values
#f0fff4, #4facfe, #00f2fe, #43e97b, #fee140
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Shallow Waters
Chalk Garden Bloom
Misty Lagoon Hour
Frosted Lavender Drift
Neon Bloom Dusk
Mineral Spring Dawn
Slate Pool Breath
Tidal Amber Hour