Cooper Color Palette

Discover the beautiful Cooper color palette featuring kumera (#895b29), tussock (#c78a4d), manhattan (#f6c8a7), porsche (#e9a06d) and flame pea (#d85c41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Caramel, Earthy, Nature, Orange, Tan, Warm, Wood 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 Cooper palette

Share this palette to:

💻 Cooper color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c78a4d;
}
.color-3 {
color: #f6c8a7;
}
.color-4 {
color: #e9a06d;
}
.color-5 {
color: #d85c41;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c78a4d;
--color-3: #f6c8a7;
--color-4: #e9a06d;
--color-5: #d85c41;
}

🌈 Cooper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c78a4d, #f6c8a7, #e9a06d, #d85c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c78a4d, #f6c8a7, #e9a06d, #d85c41);
}

Cooper color palette created on .