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: #b594d1;
}
.color-2 {
color: #d2c2e0;
}
.color-3 {
color: #e5b3e5;
}
.color-4 {
color: #f3a0c5;
}
.color-5 {
color: #f7cfe2;
}

/* CSS Variables */
:root {
--color-1: #b594d1;
--color-2: #d2c2e0;
--color-3: #e5b3e5;
--color-4: #f3a0c5;
--color-5: #f7cfe2;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b594d1, #d2c2e0, #e5b3e5, #f3a0c5, #f7cfe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b594d1, #d2c2e0, #e5b3e5, #f3a0c5, #f7cfe2);
}

Lavender Dreams color palette created on .