Mystical Lavender Haze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Lavender Haze palette
Mystical Lavender Haze color palette CSS
/* CSS */
.color-1 {
color: #f1f1fe;
}
.color-2 {
color: #eae3fc;
}
.color-3 {
color: #e0ccfa;
}
.color-4 {
color: #d0b1f6;
}
.color-5 {
color: #c89cf2;
}
/* CSS Variables */
:root {
--color-1: #f1f1fe;
--color-2: #eae3fc;
--color-3: #e0ccfa;
--color-4: #d0b1f6;
--color-5: #c89cf2;
}
Mystical Lavender Haze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f1fe, #eae3fc, #e0ccfa, #d0b1f6, #c89cf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f1fe, #eae3fc, #e0ccfa, #d0b1f6, #c89cf2);
}
Similar color palettes
Mystical Lavender Haze color palette created on .