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