Lavender Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Garden palette
Lavender Garden color palette CSS
/* CSS */
.color-1 {
color: #e0b1e7;
}
.color-2 {
color: #d7a3e1;
}
.color-3 {
color: #a98dc8;
}
.color-4 {
color: #b8c5e0;
}
.color-5 {
color: #b3d4ea;
}
/* CSS Variables */
:root {
--color-1: #e0b1e7;
--color-2: #d7a3e1;
--color-3: #a98dc8;
--color-4: #b8c5e0;
--color-5: #b3d4ea;
}
Lavender Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b1e7, #d7a3e1, #a98dc8, #b8c5e0, #b3d4ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b1e7, #d7a3e1, #a98dc8, #b8c5e0, #b3d4ea);
}
Similar color palettes
Lavender Garden color palette created on .