Celadon Whisper
A soft, luminous moment where barely-there green meets pure light, evoking fresh linen and cool morning mist.
Psychology
The vivid green and dual whites create a low-contrast composition that signals tranquility rather than visual tension. Green's association with renewal and growth pairs with white's purity to evoke clarity without harshness, a psychological state of gentle awakening. This monochromatic approach with a single cool accent produces sustained calm through color repetition, a principle where visual consistency reduces cognitive load.
Usage
Ideal for wellness app interfaces, minimalist fashion lookbooks, and organic tea packaging where softness and approachability matter more than contrast. Projects requiring a sense of quiet confidence and natural freshness benefit from this palette's ability to feel open and serene without appearing sterile. Use in editorial spreads, skincare branding, and meditation app design where low visual noise supports contemplation and ease.
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%,
#ffffff 50%,
#ffffff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #00ff00;
--color-gradient-2: #ffffff;
--color-gradient-3: #ffffff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #00ff00; --color-2: #ffffff; --color-3: #ffffff;
Hex values
#00ff00, #ffffff, #ffffff
Building something? Get this palette via the REST API.
History
Similar palettes
Frosted Lavender Drift
Mint Aqua Whisper
Celadon Threshold
Deepwater Fern
Chalk Garden Bloom
Jade Hour Glow
Shallow Waters
Moss Shallow Study
Orchard Wall Study