Brown Vintage Color Palette

Discover the beautiful Brown Vintage color palette featuring di serria (#d9a24a), copper (#c67b3f), copper (#a76b2f), yellow metal (#7d5c3b) and armadillo (#4f4a40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Earthy, Vintage, Autumn, Beige 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 Brown Vintage palette

Share this palette to:

๐Ÿ’ป Brown Vintage color palette CSS

/* CSS */
.color-1 {
color: #d9a24a;
}
.color-2 {
color: #c67b3f;
}
.color-3 {
color: #a76b2f;
}
.color-4 {
color: #7d5c3b;
}
.color-5 {
color: #4f4a40;
}

/* CSS Variables */
:root {
--color-1: #d9a24a;
--color-2: #c67b3f;
--color-3: #a76b2f;
--color-4: #7d5c3b;
--color-5: #4f4a40;
}

๐ŸŒˆ Brown Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a24a, #c67b3f, #a76b2f, #7d5c3b, #4f4a40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a24a, #c67b3f, #a76b2f, #7d5c3b, #4f4a40);
}

Brown Vintage color palette created on .