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