Underground Gold Color Palette
Discover the beautiful Underground Gold color palette featuring trout (#494e5a), pale sky (#6d767e), gray chateau (#9ba6b0), soft amber (#d0c5b3) and ronchi (#e8b84f).
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 Underground Gold palette
💻 Underground Gold color palette CSS
/* CSS */
.color-1 {
color: #494e5a;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #9ba6b0;
}
.color-4 {
color: #d0c5b3;
}
.color-5 {
color: #e8b84f;
}
/* CSS Variables */
:root {
--color-1: #494e5a;
--color-2: #6d767e;
--color-3: #9ba6b0;
--color-4: #d0c5b3;
--color-5: #e8b84f;
} 🌈 Underground Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
} 🔗 Explore similar color palettes
Underground Gold color palette created on .