Silver and Gold Color Palette
Discover the beautiful Silver and Gold color palette featuring celeste (#d8dad2), indian khaki (#bfaf8d), barley corn (#a08a5a), ronchi (#f1c84b) and cape palliser (#a87d3e).
Brightness
Saturation
Warmth
💡 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 and Gold palette
💻 Silver and Gold color palette CSS
/* CSS */
.color-1 {
color: #d8dad2;
}
.color-2 {
color: #bfaf8d;
}
.color-3 {
color: #a08a5a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a87d3e;
}
/* CSS Variables */
:root {
--color-1: #d8dad2;
--color-2: #bfaf8d;
--color-3: #a08a5a;
--color-4: #f1c84b;
--color-5: #a87d3e;
} 🌈 Silver and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dad2, #bfaf8d, #a08a5a, #f1c84b, #a87d3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dad2, #bfaf8d, #a08a5a, #f1c84b, #a87d3e);
} 🔗 Explore similar color palettes
Silver and Gold color palette created on .