Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Dreams palette
Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #e1b9e9;
}
.color-2 {
color: #d6a7e2;
}
.color-3 {
color: #bfa2d8;
}
.color-4 {
color: #9c8ccf;
}
.color-5 {
color: #6974b5;
}
/* CSS Variables */
:root {
--color-1: #e1b9e9;
--color-2: #d6a7e2;
--color-3: #bfa2d8;
--color-4: #9c8ccf;
--color-5: #6974b5;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b9e9, #d6a7e2, #bfa2d8, #9c8ccf, #6974b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b9e9, #d6a7e2, #bfa2d8, #9c8ccf, #6974b5);
}
Similar color palettes
Lavender Dreams color palette created on .