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: #ebdcfe;
}
.color-2 {
color: #d6c2e0;
}
.color-3 {
color: #c8a3d7;
}
.color-4 {
color: #a669bf;
}
.color-5 {
color: #893c8b;
}
/* CSS Variables */
:root {
--color-1: #ebdcfe;
--color-2: #d6c2e0;
--color-3: #c8a3d7;
--color-4: #a669bf;
--color-5: #893c8b;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebdcfe, #d6c2e0, #c8a3d7, #a669bf, #893c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebdcfe, #d6c2e0, #c8a3d7, #a669bf, #893c8b);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Lavender Dreams color palette created on .