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