Winter Lilac Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Lilac palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Lilac Color Palette (PNG)
Winter Lilac color palette CSS
/* CSS */
.color-1 {
color: #b7a1d3;
}
.color-2 {
color: #e3c7e5;
}
.color-3 {
color: #f1e0f5;
}
.color-4 {
color: #d5b3e0;
}
.color-5 {
color: #a27ebe;
}
/* CSS Variables */
:root {
--color-1: #b7a1d3;
--color-2: #e3c7e5;
--color-3: #f1e0f5;
--color-4: #d5b3e0;
--color-5: #a27ebe;
}
Winter Lilac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a1d3, #e3c7e5, #f1e0f5, #d5b3e0, #a27ebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a1d3, #e3c7e5, #f1e0f5, #d5b3e0, #a27ebe);
}
Similar color palettes
Scroll down to explore 40+ Lilac color palettes
Winter Lilac color palette created on .