Cafe Brown Color Palette
Discover the beautiful Cafe Brown color palette featuring antique brass (#cc9b72), potters clay (#8d5434), brandy (#dab68e), whiskey (#d39765) and sapling (#e1c8a5).
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 Cafe Brown palette
💻 Cafe Brown color palette CSS
/* CSS */
.color-1 {
color: #cc9b72;
}
.color-2 {
color: #8d5434;
}
.color-3 {
color: #dab68e;
}
.color-4 {
color: #d39765;
}
.color-5 {
color: #e1c8a5;
}
/* CSS Variables */
:root {
--color-1: #cc9b72;
--color-2: #8d5434;
--color-3: #dab68e;
--color-4: #d39765;
--color-5: #e1c8a5;
} 🌈 Cafe Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc9b72, #8d5434, #dab68e, #d39765, #e1c8a5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc9b72, #8d5434, #dab68e, #d39765, #e1c8a5);
} 🔗 Explore similar color palettes
Cafe Brown color palette created on .