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: #b598e1;
}
.color-2 {
color: #9b78d9;
}
.color-3 {
color: #7f4ab0;
}
.color-4 {
color: #5c2a8d;
}
.color-5 {
color: #3b0b5b;
}

/* CSS Variables */
:root {
--color-1: #b598e1;
--color-2: #9b78d9;
--color-3: #7f4ab0;
--color-4: #5c2a8d;
--color-5: #3b0b5b;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b598e1, #9b78d9, #7f4ab0, #5c2a8d, #3b0b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b598e1, #9b78d9, #7f4ab0, #5c2a8d, #3b0b5b);
}

Lavender Dreams color palette created on .