Autumn Silver Color Palette

Discover the beautiful Autumn Silver color palette featuring bud (#a3a6a0), tide (#b7b4a9), ash (#c9c6b6), tana (#d9d5bf) and white rock (#eae6d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Gray, Light, Modern, 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 Autumn Silver palette

Share this palette to:

💻 Autumn Silver color palette CSS

/* CSS */
.color-1 {
color: #a3a6a0;
}
.color-2 {
color: #b7b4a9;
}
.color-3 {
color: #c9c6b6;
}
.color-4 {
color: #d9d5bf;
}
.color-5 {
color: #eae6d2;
}

/* CSS Variables */
:root {
--color-1: #a3a6a0;
--color-2: #b7b4a9;
--color-3: #c9c6b6;
--color-4: #d9d5bf;
--color-5: #eae6d2;
}

🌈 Autumn Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3a6a0, #b7b4a9, #c9c6b6, #d9d5bf, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3a6a0, #b7b4a9, #c9c6b6, #d9d5bf, #eae6d2);
}

Autumn Silver color palette created on .