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: #a45cb7;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #b7a1d3;
}
.color-4 {
color: #d5b3e5;
}
.color-5 {
color: #e8cae6;
}

/* CSS Variables */
:root {
--color-1: #a45cb7;
--color-2: #a77ccb;
--color-3: #b7a1d3;
--color-4: #d5b3e5;
--color-5: #e8cae6;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45cb7, #a77ccb, #b7a1d3, #d5b3e5, #e8cae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45cb7, #a77ccb, #b7a1d3, #d5b3e5, #e8cae6);
}

Lavender Dreams color palette created on .