Mystic Amethyst Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Amethyst Dream palette
Mystic Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #5e2b91;
}
.color-2 {
color: #7a3f9d;
}
.color-3 {
color: #9c5bb3;
}
.color-4 {
color: #b98fd1;
}
.color-5 {
color: #d9c2e5;
}
/* CSS Variables */
:root {
--color-1: #5e2b91;
--color-2: #7a3f9d;
--color-3: #9c5bb3;
--color-4: #b98fd1;
--color-5: #d9c2e5;
}
Mystic Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b91, #7a3f9d, #9c5bb3, #b98fd1, #d9c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b91, #7a3f9d, #9c5bb3, #b98fd1, #d9c2e5);
}
Similar color palettes
Scroll down to explore 200+ Purple color palettes
Mystic Amethyst Dream color palette created on .