Cafe Color Palette

Discover the beautiful Cafe color palette featuring twine (#c69c6c), limed oak (#a27c53), potters clay (#8f5a3d), pickled bean (#6d3d26) and brown derby (#4d2919).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Cream, Coffee, Amber, Dark, Earthy, Wood, 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 palette

Share this palette to:

💻 Cafe color palette CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #a27c53;
}
.color-3 {
color: #8f5a3d;
}
.color-4 {
color: #6d3d26;
}
.color-5 {
color: #4d2919;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #a27c53;
--color-3: #8f5a3d;
--color-4: #6d3d26;
--color-5: #4d2919;
}

🌈 Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #a27c53, #8f5a3d, #6d3d26, #4d2919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #a27c53, #8f5a3d, #6d3d26, #4d2919);
}

Cafe color palette created on .