Shades of Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Lavender palette
Shades of Lavender color palette CSS
/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #d3c6e6;
}
.color-3 {
color: #b19bd9;
}
.color-4 {
color: #806dca;
}
.color-5 {
color: #5b4c9a;
}
/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d3c6e6;
--color-3: #b19bd9;
--color-4: #806dca;
--color-5: #5b4c9a;
}
Shades of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d3c6e6, #b19bd9, #806dca, #5b4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d3c6e6, #b19bd9, #806dca, #5b4c9a);
}
Similar color palettes
Shades of Lavender color palette created on .