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: #e0c7ff;
}
.color-2 {
color: #b3a4e0;
}
.color-3 {
color: #8b80c2;
}
.color-4 {
color: #5c5b9a;
}
.color-5 {
color: #3a3a6e;
}

/* CSS Variables */
:root {
--color-1: #e0c7ff;
--color-2: #b3a4e0;
--color-3: #8b80c2;
--color-4: #5c5b9a;
--color-5: #3a3a6e;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c7ff, #b3a4e0, #8b80c2, #5c5b9a, #3a3a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c7ff, #b3a4e0, #8b80c2, #5c5b9a, #3a3a6e);
}

Lavender Dreams color palette created on .