Amethyst Threshold Rise
Soft silk deepening into shadow, a monochromatic passage from whispered light through concentrated jewel tones.
Psychology
The monochromatic purple sequence creates visual coherence while the high contrast span from near-white to deep plum draws the eye across distinct emotional zones, from ethereal calm to contemplative depth. Purple's historical association with luxury and introspection is amplified by the progression's smooth gradient, which signals sophistication without jarring transitions. The cool temperature and balanced lightness profile allow viewers to rest comfortably before being gently pulled toward the darker, more introspective tones.
Usage
Apply this palette to luxury cosmetics packaging, high-end literary journals, and artisanal perfume branding where the soft-to-dark progression mirrors the sensory journey of discovery. Projects requiring calm authority and understated elegance benefit from the high contrast between the lightest and darkest values, which guide hierarchy without aggression. Fashion lookbooks, wine label design, and spa identity systems leverage the cool, jewel-toned character to convey premium positioning and timeless sophistication.
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,
#f5e7ff 0%,
#bd90f3 33%,
#7851ae 67%,
#411165 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #f5e7ff;
--color-gradient-2: #bd90f3;
--color-gradient-3: #7851ae;
--color-gradient-4: #411165;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #f5e7ff; --color-2: #bd90f3; --color-3: #7851ae; --color-4: #411165;
Hex values
#f5e7ff, #bd90f3, #7851ae, #411165
Building something? Get this palette via the REST API.
History
Similar palettes
Orchid Silk Reverie
Velvet Hour Bloom
Midnight Iris Study
Silk Hour Reverie
Dusk Linen Study
Milk Glass Morning
Midnight Brass
Lilac Petal Afternoon
Frosted Lavender Drift