Slate Inlet Dusk

Soft, layered blues that feel like fog rolling over calm harbor waters at twilight.

Colors

~One Year of Rain#304456
~Shipyard#596988

Psychology

Both colors sit in the cool blue family with low saturation, creating a sense of quiet restraint rather than visual tension. The minimal contrast between them reinforces chromatic harmony, which research links to feelings of cohesion and trust, while the muted intensity avoids overstimulation. This palette's recessive quality makes backgrounds feel contemplative and interiors feel expansive.

Usage

Well-suited for minimalist editorial layouts, corporate wellness branding, and luxury fabric or linen catalogs where restraint signals sophistication. Projects requiring a calm, professional atmosphere benefit from the palette's low contrast and soft mood, which supports reading and focus without visual fatigue. Effective in tech interfaces, interior design mood boards, and packaging for premium stationery where understated elegance matters.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Frosted Periwinkle Pool
Deep Water Study
Wisteria Descent
Coastal Linen Study
Glacier Breath Morning
Slate Reverie Hour
Periwinkle Linen Passage
Frosted Inlet Stillness
Skylight Linen Pool
Slate Inlet Dusk — Color Palette | InstantGradient