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