Shades of Lilac Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Lilac palette
Shades of Lilac color palette CSS
/* CSS */
.color-1 {
color: #e7b6e0;
}
.color-2 {
color: #d59fd1;
}
.color-3 {
color: #c59bbf;
}
.color-4 {
color: #a87cc0;
}
.color-5 {
color: #9f6bae;
}
/* CSS Variables */
:root {
--color-1: #e7b6e0;
--color-2: #d59fd1;
--color-3: #c59bbf;
--color-4: #a87cc0;
--color-5: #9f6bae;
}
Shades of Lilac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b6e0, #d59fd1, #c59bbf, #a87cc0, #9f6bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b6e0, #d59fd1, #c59bbf, #a87cc0, #9f6bae);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Lilac color palette created on .