Terracotta Lagoon Dusk

Soft warmth meets cool water, like clay-colored sand catching the last light before twilight descends.

Colors

~Tropical Escape#52BAB9
~Perfect Pink#E7B7B4
~Sombrero#BB9988
~Bat Wing#87706A
~Noir#332C27

Psychology

The palette anchors itself in warm red and orange earth tones that advance psychologically, creating intimacy and approachability, while the cool teal acts as a receding accent that prevents visual fatigue. High contrast between the light pastels and deep noir commands attention without aggression, a quality of muted chromaticity that signals sophistication and restraint. The complementary harmony between warm and cool generates subtle visual tension that feels balanced rather than jarring, evoking contemplation.

Usage

Ideal for luxury skincare and wellness branding, artisanal home goods packaging, and interior design concepts that blend natural materials with modern restraint. Projects requiring warmth without intensity, or calm sophistication without coldness, benefit from this palette's mixed temperature profile and soft contrast. Fashion editorials and ceramic or textile branding particularly leverage the earthy dominance paired with teal's unexpected presence.

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,
    #52bab9 0%,
    #e7b7b4 25%,
    #bb9988 50%,
    #87706a 75%,
    #332c27 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #52bab9;
  --color-gradient-2: #e7b7b4;
  --color-gradient-3: #bb9988;
  --color-gradient-4: #87706a;
  --color-gradient-5: #332c27;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #52bab9;
--color-2: #e7b7b4;
--color-3: #bb9988;
--color-4: #87706a;
--color-5: #332c27;
Hex values
#52bab9, #e7b7b4, #bb9988, #87706a, #332c27

Building something? Get this palette via the REST API.

History

Similar palettes

Celadon Reverie
Caramel Linen Hour
Kiln Ember Dusk
Pastel Lagoon
Wheat Field Glow
Teal Linen Afternoon
Flamingo Hour
Biscuit Porcelain Hour
Terracotta Linen Rest
Terracotta Lagoon Dusk — Color Palette | InstantGradient