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: #a77ccb;
}
.color-2 {
color: #b8a3d1;
}
.color-3 {
color: #c9b3e6;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f4a4d7;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #b8a3d1;
--color-3: #c9b3e6;
--color-4: #eab8e4;
--color-5: #f4a4d7;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #b8a3d1, #c9b3e6, #eab8e4, #f4a4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #b8a3d1, #c9b3e6, #eab8e4, #f4a4d7);
}

Lavender Dreams color palette created on .