Mystic Amethyst Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Amethyst Dream palette

Share this palette to:

Mystic Amethyst Dream color palette CSS

/* CSS */
.color-1 {
color: #660099;
}
.color-2 {
color: #8900b3;
}
.color-3 {
color: #b85ffc;
}
.color-4 {
color: #d09fe5;
}
.color-5 {
color: #f1d1ff;
}

/* CSS Variables */
:root {
--color-1: #660099;
--color-2: #8900b3;
--color-3: #b85ffc;
--color-4: #d09fe5;
--color-5: #f1d1ff;
}

Mystic Amethyst Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #660099, #8900b3, #b85ffc, #d09fe5, #f1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #660099, #8900b3, #b85ffc, #d09fe5, #f1d1ff);
}

Mystic Amethyst Dream color palette created on .