Muted Lavender Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Lavender Dream palette

Share this palette to:

Muted Lavender Dream color palette CSS

/* CSS */
.color-1 {
color: #4d3f6e;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #9a7a9f;
}
.color-4 {
color: #b8a4c1;
}
.color-5 {
color: #d5cee4;
}

/* CSS Variables */
:root {
--color-1: #4d3f6e;
--color-2: #6b5b8b;
--color-3: #9a7a9f;
--color-4: #b8a4c1;
--color-5: #d5cee4;
}

Muted Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3f6e, #6b5b8b, #9a7a9f, #b8a4c1, #d5cee4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3f6e, #6b5b8b, #9a7a9f, #b8a4c1, #d5cee4);
}

Muted Lavender Dream color palette created on .