Metallic Beige Color Palette

Discover the beautiful Metallic Beige color palette featuring cloudy (#b0a9a0), coral reef (#c4b3a1), akaroa (#d6cdae), chamois (#edd5b1) and albescent white (#f3e9c9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Elegant, Neutral, Soft 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: #b0a9a0;
}
.color-2 {
color: #c4b3a1;
}
.color-3 {
color: #d6cdae;
}
.color-4 {
color: #edd5b1;
}
.color-5 {
color: #f3e9c9;
}

/* CSS Variables */
:root {
--color-1: #b0a9a0;
--color-2: #c4b3a1;
--color-3: #d6cdae;
--color-4: #edd5b1;
--color-5: #f3e9c9;
}

🌈 Metallic Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a9a0, #c4b3a1, #d6cdae, #edd5b1, #f3e9c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a9a0, #c4b3a1, #d6cdae, #edd5b1, #f3e9c9);
}

Metallic Beige color palette created on .