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