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: #a87ac2;
}
.color-4 {
color: #8b5b9a;
}
.color-5 {
color: #6b3e7a;
}
/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d3c6e6;
--color-3: #a87ac2;
--color-4: #8b5b9a;
--color-5: #6b3e7a;
}
Shades of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d3c6e6, #a87ac2, #8b5b9a, #6b3e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d3c6e6, #a87ac2, #8b5b9a, #6b3e7a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Lavender color palette created on .