Silver Spoon Color Palette

Discover the beautiful Silver Spoon color palette featuring silver (#bfbfbf), bombay (#a7a8aa), alto (#d9d9d9), athens gray (#f3f4f6) and mercury (#e6e6e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Gray, High Contrast, 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 Silver Spoon palette

Share this palette to:

💻 Silver Spoon color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #a7a8aa;
}
.color-3 {
color: #d9d9d9;
}
.color-4 {
color: #f3f4f6;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #a7a8aa;
--color-3: #d9d9d9;
--color-4: #f3f4f6;
--color-5: #e6e6e6;
}

🌈 Silver Spoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #a7a8aa, #d9d9d9, #f3f4f6, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #a7a8aa, #d9d9d9, #f3f4f6, #e6e6e6);
}

Silver Spoon color palette created on .