Mystic Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Purple palette
Mystic Purple color palette CSS
/* CSS */
.color-1 {
color: #ead2b8;
}
.color-2 {
color: #d1b29f;
}
.color-3 {
color: #ad8a9c;
}
.color-4 {
color: #a27cbb;
}
.color-5 {
color: #685b9a;
}
/* CSS Variables */
:root {
--color-1: #ead2b8;
--color-2: #d1b29f;
--color-3: #ad8a9c;
--color-4: #a27cbb;
--color-5: #685b9a;
}
Mystic Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead2b8, #d1b29f, #ad8a9c, #a27cbb, #685b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead2b8, #d1b29f, #ad8a9c, #a27cbb, #685b9a);
}
Similar color palettes
Mystic Purple color palette created on .