Gray Elegance Color Palette

Discover the beautiful Gray Elegance color palette featuring bombay (#a7a8aa), bombay (#b1b2b4), iron (#d7d9db), porcelain (#e3e6e8) and athens gray (#f0f2f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Neutral, Modern, Minimalist, Elegant, Soft, Light Winter, Muted 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 Gray Elegance palette

Share this palette to:

💻 Gray Elegance color palette CSS

/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #b1b2b4;
}
.color-3 {
color: #d7d9db;
}
.color-4 {
color: #e3e6e8;
}
.color-5 {
color: #f0f2f5;
}

/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #b1b2b4;
--color-3: #d7d9db;
--color-4: #e3e6e8;
--color-5: #f0f2f5;
}

🌈 Gray Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #b1b2b4, #d7d9db, #e3e6e8, #f0f2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #b1b2b4, #d7d9db, #e3e6e8, #f0f2f5);
}

Gray Elegance color palette created on .