Man of the West Color Palette

Discover the beautiful Man of the West color palette featuring teak (#b39c6b), yellow metal (#795939), saddle (#4f3c27), paarl (#a25a2a) and rodeo dust (#c7b39e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Brown, Desert, Earthy, Neutral, Orange, Tan, 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 Man of the West palette

Share this palette to:

๐Ÿ’ป Man of the West color palette CSS

/* CSS */
.color-1 {
color: #b39c6b;
}
.color-2 {
color: #795939;
}
.color-3 {
color: #4f3c27;
}
.color-4 {
color: #a25a2a;
}
.color-5 {
color: #c7b39e;
}

/* CSS Variables */
:root {
--color-1: #b39c6b;
--color-2: #795939;
--color-3: #4f3c27;
--color-4: #a25a2a;
--color-5: #c7b39e;
}

๐ŸŒˆ Man of the West background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b39c6b, #795939, #4f3c27, #a25a2a, #c7b39e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b39c6b, #795939, #4f3c27, #a25a2a, #c7b39e);
}

Man of the West color palette created on .