Shades of Lila Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Lila palette
Shades of Lila color palette CSS
/* CSS */
.color-1 {
color: #c4a4e5;
}
.color-2 {
color: #aa6dd0;
}
.color-3 {
color: #7b3ec1;
}
.color-4 {
color: #592e99;
}
.color-5 {
color: #3a1b79;
}
/* CSS Variables */
:root {
--color-1: #c4a4e5;
--color-2: #aa6dd0;
--color-3: #7b3ec1;
--color-4: #592e99;
--color-5: #3a1b79;
}
Shades of Lila background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a4e5, #aa6dd0, #7b3ec1, #592e99, #3a1b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a4e5, #aa6dd0, #7b3ec1, #592e99, #3a1b79);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Lila color palette created on .