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: #d8b6e2;
}
.color-2 {
color: #c5a4d6;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #a6d6e3;
}
/* CSS Variables */
:root {
--color-1: #d8b6e2;
--color-2: #c5a4d6;
--color-3: #ffb86b;
--color-4: #ff6e61;
--color-5: #a6d6e3;
}
Shades of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b6e2, #c5a4d6, #ffb86b, #ff6e61, #a6d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b6e2, #c5a4d6, #ffb86b, #ff6e61, #a6d6e3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Lavender color palette created on .