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: #f7e9fc;
}
.color-2 {
color: #e0c5e7;
}
.color-3 {
color: #d8a5d9;
}
.color-4 {
color: #c85bc5;
}
.color-5 {
color: #a74db3;
}

/* CSS Variables */
:root {
--color-1: #f7e9fc;
--color-2: #e0c5e7;
--color-3: #d8a5d9;
--color-4: #c85bc5;
--color-5: #a74db3;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9fc, #e0c5e7, #d8a5d9, #c85bc5, #a74db3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9fc, #e0c5e7, #d8a5d9, #c85bc5, #a74db3);
}

Lavender Dreams color palette created on .