Metallic Beige Color Palette

Discover the beautiful Metallic Beige color palette featuring kumera (#8f5f28), paarl (#9a6027), luxor gold (#a3862a), luxor gold (#ad7b2a) and alpine (#b49432).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Desert, Earthy, Muted, Neutral, Retro, Tropical, 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 Metallic Beige palette

Share this palette to:

๐Ÿ’ป Metallic Beige color palette CSS

/* CSS */
.color-1 {
color: #8f5f28;
}
.color-2 {
color: #9a6027;
}
.color-3 {
color: #a3862a;
}
.color-4 {
color: #ad7b2a;
}
.color-5 {
color: #b49432;
}

/* CSS Variables */
:root {
--color-1: #8f5f28;
--color-2: #9a6027;
--color-3: #a3862a;
--color-4: #ad7b2a;
--color-5: #b49432;
}

๐ŸŒˆ Metallic Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f5f28, #9a6027, #a3862a, #ad7b2a, #b49432);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f5f28, #9a6027, #a3862a, #ad7b2a, #b49432);
}

Metallic Beige color palette created on .