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: #5a3e8e;
}
.color-2 {
color: #7a4e97;
}
.color-3 {
color: #a76cb2;
}
.color-4 {
color: #daa0c4;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #5a3e8e;
--color-2: #7a4e97;
--color-3: #a76cb2;
--color-4: #daa0c4;
--color-5: #eab8e4;
}

Mystic Amethyst Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e8e, #7a4e97, #a76cb2, #daa0c4, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e8e, #7a4e97, #a76cb2, #daa0c4, #eab8e4);
}

Mystic Amethyst Dream color palette created on .