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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Brown Vintage color palette created on .