Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Share this palette to:

Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9c6db6;
}
.color-3 {
color: #b39fd1;
}
.color-4 {
color: #d8c1e6;
}
.color-5 {
color: #e7d4f2;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9c6db6;
--color-3: #b39fd1;
--color-4: #d8c1e6;
--color-5: #e7d4f2;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9c6db6, #b39fd1, #d8c1e6, #e7d4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9c6db6, #b39fd1, #d8c1e6, #e7d4f2);
}

Lavender Dreams color palette created on .