Discover the beautiful Shades of Silver color palette featuring mischka (#d5d4d8), santas gray (#a7a4ad), jumbo (#7c7a85), scarpa flow (#5b595f) and ship gray (#3c3b3f).
Shades of Silver Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Shades of Silver palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Silver palette
💻 Shades of Silver color palette CSS
/* CSS */
.color-1 {
color: #d5d4d8;
}
.color-2 {
color: #a7a4ad;
}
.color-3 {
color: #7c7a85;
}
.color-4 {
color: #5b595f;
}
.color-5 {
color: #3c3b3f;
}
/* CSS Variables */
:root {
--color-1: #d5d4d8;
--color-2: #a7a4ad;
--color-3: #7c7a85;
--color-4: #5b595f;
--color-5: #3c3b3f;
}
🌈 Shades of Silver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d4d8, #a7a4ad, #7c7a85, #5b595f, #3c3b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d4d8, #a7a4ad, #7c7a85, #5b595f, #3c3b3f);
}
🔗 Explore similar color palettes
Shades of Silver color palette created on .