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