Amethyst Grotto Midnight

Deep velvet shadows give way to luminous lavender, like candlelit cathedral glass catching the final hour before dusk.

Colors

~Quiet Abyss#1B072C
~Dreamy Candy Forest#BD90F3
~Royal Lavender#7851AE
~Wicked Purple#411165

Psychology

The palette leverages high contrast between near-black purples and vivid light lavender to create visual tension that commands attention without overwhelming. Purples across all values activate introspection and creativity, while the extreme range from #1b072c to #bd90f3 produces a dynamic push-pull effect where cool tones recede into depth and lighter violets advance forward. This monochromatic structure with strategic brightness shifts signals both sophistication and energy simultaneously.

Usage

Deploy across luxury beauty branding, wine and spirits packaging, and high-end fashion editorials where depth and elegance matter more than approachability. The intense contrast works powerfully for theatrical stage design and music album artwork that demands visual drama. Use the darkest shades for typography and structure, with lighter lavenders as accent highlights to maximize legibility and visual hierarchy in print collateral and web interfaces.

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,
    #1b072c 0%,
    #bd90f3 33%,
    #7851ae 67%,
    #411165 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #1b072c;
  --color-gradient-2: #bd90f3;
  --color-gradient-3: #7851ae;
  --color-gradient-4: #411165;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #1b072c;
--color-2: #bd90f3;
--color-3: #7851ae;
--color-4: #411165;
Hex values
#1b072c, #bd90f3, #7851ae, #411165

Building something? Get this palette via the REST API.

History

Similar palettes

Orchid Silk Reverie
Twilight Alchemy
Iris Cotton Noon
Jade Hour Glow
Velvet Hour Bloom
Midnight Brass
Lilac Petal Afternoon
Frosted Lavender Drift
Midnight Iris Study