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