Blossom Thicket

Soft warmth meeting cool depth, like morning light filtering through evergreen branches after frost.

Colors

~Pink Parfait#FDDAD5
~Evergreen#1B5B42

Psychology

The pale pink advances visually while the deep green recedes, creating spatial depth despite moderate contrast. The muted saturation of both colors produces a calming, restful effect rather than stimulation, lowering cognitive load for extended viewing. This triadic pairing balances warmth and cool tones without visual tension, allowing the eye to rest on either hue without jarring transitions.

Usage

Natural skincare packaging, botanical book covers, and wellness retreat branding benefit from this palette's soft, organic character. Projects requiring a gentle, approachable aesthetic with environmental associations gain credibility through the evergreen-to-blossom narrative. Interior applications like spa environments, meditation app interfaces, and fabric collections leverage the palette's low-intensity warmth paired with grounding cool tones.

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,
    #fddad5 0%,
    #1b5b42 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fddad5;
  --color-gradient-2: #1b5b42;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fddad5;
--color-2: #1b5b42;
Hex values
#fddad5, #1b5b42

Building something? Get this palette via the REST API.

History

Similar palettes

Celadon Reverie
Terracotta Greenhouse Rest
Sage Garden Noon
Wheat & Clover Dawn
Orchard & Clay
Russet Orchard Noon
Butter & Mint Noon
Linen Morning
Celadon Meadow Rest