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: #7d4c9a;
}
.color-2 {
color: #a45eb5;
}
.color-3 {
color: #d69eb7;
}
.color-4 {
color: #f1c6d7;
}
.color-5 {
color: #f5e2b2;
}

/* CSS Variables */
:root {
--color-1: #7d4c9a;
--color-2: #a45eb5;
--color-3: #d69eb7;
--color-4: #f1c6d7;
--color-5: #f5e2b2;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c9a, #a45eb5, #d69eb7, #f1c6d7, #f5e2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c9a, #a45eb5, #d69eb7, #f1c6d7, #f5e2b2);
}

Lavender Dreams color palette created on .