Cooper Color Palette

Discover the beautiful Cooper color palette featuring red damask (#d77c37), tuscany (#b75d2a), paarl (#9f462d), eggplant (#6c3d4d) and gun powder (#3e3b59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Burgundy, Cream, Earthy, Orange, Red, Warm 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: #d77c37;
}
.color-2 {
color: #b75d2a;
}
.color-3 {
color: #9f462d;
}
.color-4 {
color: #6c3d4d;
}
.color-5 {
color: #3e3b59;
}

/* CSS Variables */
:root {
--color-1: #d77c37;
--color-2: #b75d2a;
--color-3: #9f462d;
--color-4: #6c3d4d;
--color-5: #3e3b59;
}

🌈 Cooper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d77c37, #b75d2a, #9f462d, #6c3d4d, #3e3b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d77c37, #b75d2a, #9f462d, #6c3d4d, #3e3b59);
}

Cooper color palette created on .