Coffee Color Palette
Discover the beautiful Coffee color palette featuring mondo (#4e3b31), coral tree (#a67c6e), rodeo dust (#c4af9c), just right (#eac7b3) and whiskey (#d5a86d).
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 Coffee palette
💻 Coffee color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #a67c6e;
}
.color-3 {
color: #c4af9c;
}
.color-4 {
color: #eac7b3;
}
.color-5 {
color: #d5a86d;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #a67c6e;
--color-3: #c4af9c;
--color-4: #eac7b3;
--color-5: #d5a86d;
}
🌈 Coffee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #a67c6e, #c4af9c, #eac7b3, #d5a86d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #a67c6e, #c4af9c, #eac7b3, #d5a86d);
}
🔗 Explore similar color palettes
Coffee color palette created on .