Coffee Color Palette
Discover the beautiful Coffee color palette featuring quincy (#5b3a29), potters clay (#8c5b3b), old rose (#c49a7e), tan (#d3b392) and parchment (#f2e3d4).
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: #5b3a29;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #c49a7e;
}
.color-4 {
color: #d3b392;
}
.color-5 {
color: #f2e3d4;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5b3b;
--color-3: #c49a7e;
--color-4: #d3b392;
--color-5: #f2e3d4;
} 🌈 Coffee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5b3b, #c49a7e, #d3b392, #f2e3d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5b3b, #c49a7e, #d3b392, #f2e3d4);
} 🔗 Explore similar color palettes
Coffee color palette created on .