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