Winter Lily Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Lily palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Lily Color Palette (PNG)
Winter Lily color palette CSS
/* CSS */
.color-1 {
color: #aac6e9;
}
.color-2 {
color: #dbe9f5;
}
.color-3 {
color: #e3d9e2;
}
.color-4 {
color: #f3f1f8;
}
.color-5 {
color: #b0a5ca;
}
/* CSS Variables */
:root {
--color-1: #aac6e9;
--color-2: #dbe9f5;
--color-3: #e3d9e2;
--color-4: #f3f1f8;
--color-5: #b0a5ca;
}
Winter Lily background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac6e9, #dbe9f5, #e3d9e2, #f3f1f8, #b0a5ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac6e9, #dbe9f5, #e3d9e2, #f3f1f8, #b0a5ca);
}
Similar color palettes
Winter Lily color palette created on .