Indigo Archive Study
Deep ink fading into soft lavender, like candlelit pages turning in a quiet, cool room.
Psychology
The palette's high contrast between near-black anchors and light purples creates visual tension that commands attention while remaining composed. Cool blue-violet hues throughout evoke introspection and focus, a quality reinforced by the muted saturation that prevents overwhelm. The analogous blue-to-purple harmony suggests quiet progression, where each step feels intentional rather than jarring.
Usage
Ideal for literary publishing brands, luxury skincare packaging, and academic research platforms where depth and sophistication matter. Projects requiring a moody yet approachable aesthetic benefit from the palette's balance of dark grounding tones and soft, inviting highlights. Works well for editorial photography, dark mode interfaces, and minimalist interior styling where cool restraint signals quality and refinement.
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,
#000000 0%,
#161e2d 25%,
#6773b9 50%,
#a395f2 75%,
#ccbcf7 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #161e2d;
--color-gradient-3: #6773b9;
--color-gradient-4: #a395f2;
--color-gradient-5: #ccbcf7;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #161e2d; --color-3: #6773b9; --color-4: #a395f2; --color-5: #ccbcf7;
Hex values
#000000, #161e2d, #6773b9, #a395f2, #ccbcf7
Building something? Get this palette via the REST API.
History
Similar palettes
Wisteria Descent
Periwinkle Linen Study
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Pastel Lagoon Study
Porcelain Drift
Silk Hour Reverie
Neon Bloom Dusk