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: #d7c9e4;
}
.color-2 {
color: #c4a8d7;
}
.color-3 {
color: #a67ac2;
}
.color-4 {
color: #8665b8;
}
.color-5 {
color: #5b4b9b;
}

/* CSS Variables */
:root {
--color-1: #d7c9e4;
--color-2: #c4a8d7;
--color-3: #a67ac2;
--color-4: #8665b8;
--color-5: #5b4b9b;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9e4, #c4a8d7, #a67ac2, #8665b8, #5b4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9e4, #c4a8d7, #a67ac2, #8665b8, #5b4b9b);
}

Lavender Dreams color palette created on .