Cafe Brown Color Palette

Discover the beautiful Cafe Brown color palette featuring antique brass (#cc9a71), potters clay (#8d5534), brandy (#dbb88f), whiskey (#d39664) and brandy (#e0c7a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Orange, Warm, Earthy, Soft, Autumn, Neutral color palettes and combinations.

💡 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

Share this palette to:

💻 Cafe Brown color palette CSS

/* CSS */
.color-1 {
color: #cc9a71;
}
.color-2 {
color: #8d5534;
}
.color-3 {
color: #dbb88f;
}
.color-4 {
color: #d39664;
}
.color-5 {
color: #e0c7a3;
}

/* CSS Variables */
:root {
--color-1: #cc9a71;
--color-2: #8d5534;
--color-3: #dbb88f;
--color-4: #d39664;
--color-5: #e0c7a3;
}

🌈 Cafe Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc9a71, #8d5534, #dbb88f, #d39664, #e0c7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc9a71, #8d5534, #dbb88f, #d39664, #e0c7a3);
}

Cafe Brown color palette created on .