Lavender Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Reverie palette

Share this palette to:

Lavender Reverie color palette CSS

/* CSS */
.color-1 {
color: #8859c9;
}
.color-2 {
color: #a57ac2;
}
.color-3 {
color: #c3a1d3;
}
.color-4 {
color: #e4b9e1;
}
.color-5 {
color: #f3d2f4;
}

/* CSS Variables */
:root {
--color-1: #8859c9;
--color-2: #a57ac2;
--color-3: #c3a1d3;
--color-4: #e4b9e1;
--color-5: #f3d2f4;
}

Lavender Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8859c9, #a57ac2, #c3a1d3, #e4b9e1, #f3d2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8859c9, #a57ac2, #c3a1d3, #e4b9e1, #f3d2f4);
}

Lavender Reverie color palette created on .