Amethyst Shallows
Soft purple depths dissolving into luminous teal, like silk meeting cool water in half-light.
Psychology
The triadic balance between the two purples and the teal creates visual stability without monotony, while the progression from mid-tone to very light produces a sense of emergence and clarity. Cool hues throughout activate the parasympathetic nervous system, promoting calm and introspection, while moderate saturation in the purples and moderate-to-high saturation in the teals prevents the palette from feeling washed out or overly muted. The moderate contrast between color families invites sustained visual attention without triggering alertness or tension.
Usage
Effective for luxury wellness branding, editorial fashion spreads, and SaaS dashboards where visual calm and sophistication support user engagement. Projects requiring moderate contrast with a sophisticated, non-aggressive presence benefit from this palette's balanced lightness and cool temperature. Works particularly well in cosmetic packaging, architectural visualization, and literary publishing where elegance and psychological ease are design priorities.
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,
#805377 0%,
#7d80b0 25%,
#80aac5 50%,
#84ced8 75%,
#98f3f3 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #805377;
--color-gradient-2: #7d80b0;
--color-gradient-3: #80aac5;
--color-gradient-4: #84ced8;
--color-gradient-5: #98f3f3;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #805377; --color-2: #7d80b0; --color-3: #80aac5; --color-4: #84ced8; --color-5: #98f3f3;
Hex values
#805377, #7d80b0, #80aac5, #84ced8, #98f3f3
Building something? Get this palette via the REST API.
History
Similar palettes
Teal Depths Nocturne
Periwinkle Linen Study
Pastel Lagoon Study
Jade Hour Glow
Neon Bloom Dusk
Neon Descent Study
Coastal Inlet Calm
Wisteria Descent
Mineral Spring Dawn