Soft Silver Color Palette

Discover the beautiful Soft Silver color palette featuring bombay (#a7a8aa), silver sand (#bdbfc1), pumice (#d8d9d8), porcelain (#f1f2f3) and shilo (#eab8b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Soft, Light, Neutral, Elegant, Warm, Modern, Bright, Spring 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 Soft Silver palette

Share this palette to:

💻 Soft Silver color palette CSS

/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #bdbfc1;
}
.color-3 {
color: #d8d9d8;
}
.color-4 {
color: #f1f2f3;
}
.color-5 {
color: #eab8b3;
}

/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #bdbfc1;
--color-3: #d8d9d8;
--color-4: #f1f2f3;
--color-5: #eab8b3;
}

🌈 Soft Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #bdbfc1, #d8d9d8, #f1f2f3, #eab8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #bdbfc1, #d8d9d8, #f1f2f3, #eab8b3);
}

Soft Silver color palette created on .