Latte Lily Color Palette
Discover the beautiful Latte Lily color palette featuring soft amber (#d2c7b2), parchment (#f2e0d4), mandys pink (#f5c3b2), tonys pink (#e4a78b) and mongoose (#b59a82).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Latte Lily palette
💻 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);
} 🔗 Explore similar color palettes
Latte Lily color palette created on .