Muted Urban Elegance Color Palette

Discover the beautiful Muted Urban Elegance color palette featuring silver (#bfbfbf), aluminium (#a4a5a8), oslo gray (#8b8c8d), rolling stone (#747576) and abbey (#505153).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Gray, Minimalist, Modern, Muted, 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 Muted Urban Elegance palette

Share this palette to:

💻 Muted Urban Elegance color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #a4a5a8;
}
.color-3 {
color: #8b8c8d;
}
.color-4 {
color: #747576;
}
.color-5 {
color: #505153;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #a4a5a8;
--color-3: #8b8c8d;
--color-4: #747576;
--color-5: #505153;
}

🌈 Muted Urban Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #a4a5a8, #8b8c8d, #747576, #505153);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #a4a5a8, #8b8c8d, #747576, #505153);
}

Muted Urban Elegance color palette created on .