Brass Elegance Color Palette

Discover the beautiful Brass Elegance color palette featuring tan (#d4b58c), antique brass (#c88965), santa fe (#b5785a), santa fe (#a86b4d) and brown rust (#a96c3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Amber, Beach, Earthy, 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 Brass Elegance palette

Share this palette to:

💻 Brass Elegance color palette CSS

/* CSS */
.color-1 {
color: #d4b58c;
}
.color-2 {
color: #c88965;
}
.color-3 {
color: #b5785a;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #a96c3d;
}

/* CSS Variables */
:root {
--color-1: #d4b58c;
--color-2: #c88965;
--color-3: #b5785a;
--color-4: #a86b4d;
--color-5: #a96c3d;
}

🌈 Brass Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b58c, #c88965, #b5785a, #a86b4d, #a96c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b58c, #c88965, #b5785a, #a86b4d, #a96c3d);
}

Brass Elegance color palette created on .