Coral Tide Study

Soft warmth meets cool depth, like rose petals floating on still midnight water.

Colors

~Dolce Pink#F9BACF
~Nocturne#1D5D75

Tags

Psychology

The warm pink advances visually while the deep teal recedes, creating optical balance despite the moderate contrast between them. Pink's association with softness and gentleness is grounded by teal's cooler, more reserved character, preventing sentimentality and establishing sophisticated restraint. This triadic tension between warm and cool tones generates visual interest without harshness, evoking contemplation rather than stimulation.

Usage

Ideal for luxury skincare packaging, editorial fashion spreads, and boutique hotel branding where sophisticated calm is essential. Projects requiring moderate contrast with emotional nuance benefit from this palette's ability to feel both approachable and refined. Best applied to print collateral, web interfaces, and interior styling that prioritize elegance over high energy.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Silk & Strawberry
Abyssal Hearth
Chalk Garden Bloom
Silk Hour Reverie
Indigo Hour Study
Sorbet Afternoon
Neon Bloom Dusk
Roasted Almond Bloom
Twilight Alchemy