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: #e2a7e6;
}
.color-2 {
color: #c4a3d2;
}
.color-3 {
color: #a9a7c3;
}
.color-4 {
color: #dab3e6;
}
.color-5 {
color: #7d4c9a;
}
/* CSS Variables */
:root {
--color-1: #e2a7e6;
--color-2: #c4a3d2;
--color-3: #a9a7c3;
--color-4: #dab3e6;
--color-5: #7d4c9a;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a7e6, #c4a3d2, #a9a7c3, #dab3e6, #7d4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a7e6, #c4a3d2, #a9a7c3, #dab3e6, #7d4c9a);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Lavender Dreams color palette created on .