Lavender Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Mist palette

Share this palette to:

Lavender Mist color palette CSS

/* CSS */
.color-1 {
color: #474d76;
}
.color-2 {
color: #e0bdd4;
}
.color-3 {
color: #9278a1;
}
.color-4 {
color: #b2a9d0;
}
.color-5 {
color: #7492b9;
}

/* CSS Variables */
:root {
--color-1: #474d76;
--color-2: #e0bdd4;
--color-3: #9278a1;
--color-4: #b2a9d0;
--color-5: #7492b9;
}

Lavender Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #474d76, #e0bdd4, #9278a1, #b2a9d0, #7492b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #474d76, #e0bdd4, #9278a1, #b2a9d0, #7492b9);
}

Lavender Mist color palette created on .