Shades of Lilac Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Lilac palette
Download Shades of Lilac Color Palette (PNG)
Shades of Lilac color palette CSS
/* CSS */
.color-1 {
color: #d6c2e0;
}
.color-2 {
color: #b69bc5;
}
.color-3 {
color: #9d7db5;
}
.color-4 {
color: #7a5091;
}
.color-5 {
color: #5e3d7f;
}
/* CSS Variables */
:root {
--color-1: #d6c2e0;
--color-2: #b69bc5;
--color-3: #9d7db5;
--color-4: #7a5091;
--color-5: #5e3d7f;
}
Shades of Lilac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}
Similar color palettes
Shades of Lilac color palette created on .