Indigo Descent

Cool, layered depth with soft luminosity, like viewing twilight water through frosted glass.

Colors

~Purple Illusion#BCB2F6
~Perrywinkle#8E96E2
~Marina#7287D2
~Starstruck#3D64A9
~Maritime Outpost#1E497C

Psychology

The analogous progression from purple to deep blue creates visual continuity without jarring shifts, evoking stability and contemplation. Cool hues throughout naturally recede and soothe, while the moderate contrast prevents monotony, holding attention through gentle tonal variation rather than stimulation. This low-saturation, mid-lightness range signals refinement and restraint, activating trust and introspection in viewers.

Usage

Ideal for luxury tech interfaces, literary publications, and minimalist branding where sophistication matters more than impact. Works particularly well in healthcare app design, editorial photography backgrounds, and premium packaging for jewelry or skincare, where the cool palette's calming properties align with user expectations of professionalism and care.
The moderate contrast supports readability on screens while the analogous harmony maintains visual cohesion across extended design systems and product families.

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,
    #bcb2f6 0%,
    #8e96e2 25%,
    #7287d2 50%,
    #3d64a9 75%,
    #1e497c 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #bcb2f6;
  --color-gradient-2: #8e96e2;
  --color-gradient-3: #7287d2;
  --color-gradient-4: #3d64a9;
  --color-gradient-5: #1e497c;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #bcb2f6;
--color-2: #8e96e2;
--color-3: #7287d2;
--color-4: #3d64a9;
--color-5: #1e497c;
Hex values
#bcb2f6, #8e96e2, #7287d2, #3d64a9, #1e497c

Building something? Get this palette via the REST API.

History

Similar palettes

Teal Depths Nocturne
Wisteria Descent
Jade Hour Glow
Electric Dusk
Periwinkle Linen Study
Twilight Alchemy
Neon Bloom Dusk
Neon Descent Study
Pastel Lagoon Study