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