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: #7b5c9d;
}
.color-2 {
color: #a07cb1;
}
.color-3 {
color: #b98ecc;
}
.color-4 {
color: #e6a2e2;
}
.color-5 {
color: #f5d1df;
}
/* CSS Variables */
:root {
--color-1: #7b5c9d;
--color-2: #a07cb1;
--color-3: #b98ecc;
--color-4: #e6a2e2;
--color-5: #f5d1df;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5c9d, #a07cb1, #b98ecc, #e6a2e2, #f5d1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5c9d, #a07cb1, #b98ecc, #e6a2e2, #f5d1df);
}
Similar color palettes
Lavender Dreams color palette created on .