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: #a77cc5;
}
.color-2 {
color: #b99edb;
}
.color-3 {
color: #c9b4e4;
}
.color-4 {
color: #e6c3f3;
}
.color-5 {
color: #f2a6d4;
}

/* CSS Variables */
:root {
--color-1: #a77cc5;
--color-2: #b99edb;
--color-3: #c9b4e4;
--color-4: #e6c3f3;
--color-5: #f2a6d4;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77cc5, #b99edb, #c9b4e4, #e6c3f3, #f2a6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77cc5, #b99edb, #c9b4e4, #e6c3f3, #f2a6d4);
}

Lavender Dreams color palette created on .