Amethyst Vault Contrast
Deep purple tones layered with crisp white create a high-contrast space of quiet intensity and polished refinement.
Psychology
The dominant deep purples sit in the dark, cool range, evoking mystery and sophistication, while the bright white creates strong visual separation and anchors the palette with clarity. High contrast between the dark midtones and the achromatic white demands attention without feeling chaotic, leveraging chromatic contrast to establish hierarchy and visual hierarchy. The analogous purple harmony maintains cohesion despite the intensity, creating a sense of intentional design rather than jarring discord.
Usage
Apply this palette to luxury cosmetics branding, editorial magazine layouts, and high-end tech interfaces where depth and sophistication signal premium positioning. The high contrast and cool temperature suit projects requiring clear visual hierarchy and modern elegance, from fashion lookbooks to architectural visualization and corporate identity systems for creative industries. The balanced lightness profile prevents eye fatigue while the moody purples convey exclusivity and refined taste.
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,
#9560a0 0%,
#5c1d82 25%,
#5d348b 50%,
#28305b 75%,
#ffffff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #9560a0;
--color-gradient-2: #5c1d82;
--color-gradient-3: #5d348b;
--color-gradient-4: #28305b;
--color-gradient-5: #ffffff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #9560a0; --color-2: #5c1d82; --color-3: #5d348b; --color-4: #28305b; --color-5: #ffffff;
Hex values
#9560a0, #5c1d82, #5d348b, #28305b, #ffffff
Building something? Get this palette via the REST API.
History
Similar palettes
Wisteria Descent
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Neon Descent Study
Silk Hour Reverie
Neon Bloom Dusk
Midnight Brass
Periwinkle Linen Study