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: #714ab0;
}
.color-2 {
color: #a26bb3;
}
.color-3 {
color: #d3a1c6;
}
.color-4 {
color: #f2b5d9;
}
.color-5 {
color: #f5a3c0;
}
/* CSS Variables */
:root {
--color-1: #714ab0;
--color-2: #a26bb3;
--color-3: #d3a1c6;
--color-4: #f2b5d9;
--color-5: #f5a3c0;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714ab0, #a26bb3, #d3a1c6, #f2b5d9, #f5a3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714ab0, #a26bb3, #d3a1c6, #f2b5d9, #f5a3c0);
}
Similar color palettes
Lavender Dreams color palette created on .