Muted Urban Elegance Color Palette

Discover the beautiful Muted Urban Elegance color palette featuring silver (#cfc9c9), bombay (#b3b6bd), gray chateau (#9ea3a9), oslo gray (#8b9198) and pale sky (#6e737c).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Gray, Light, 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: #cfc9c9;
}
.color-2 {
color: #b3b6bd;
}
.color-3 {
color: #9ea3a9;
}
.color-4 {
color: #8b9198;
}
.color-5 {
color: #6e737c;
}

/* CSS Variables */
:root {
--color-1: #cfc9c9;
--color-2: #b3b6bd;
--color-3: #9ea3a9;
--color-4: #8b9198;
--color-5: #6e737c;
}

🌈 Muted Urban Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc9c9, #b3b6bd, #9ea3a9, #8b9198, #6e737c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc9c9, #b3b6bd, #9ea3a9, #8b9198, #6e737c);
}

Muted Urban Elegance color palette created on .