Modern Gold Color Palette
Discover the beautiful Modern Gold color palette featuring tacha (#d6c65c), school bus yellow (#ffd900), early dawn (#fff9e5), turmeric (#c7b64d) and luxor gold (#a57d2c).
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 Modern Gold palette
💻 Modern Gold color palette CSS
/* CSS */
.color-1 {
color: #d6c65c;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #c7b64d;
}
.color-5 {
color: #a57d2c;
}
/* CSS Variables */
:root {
--color-1: #d6c65c;
--color-2: #ffd900;
--color-3: #fff9e5;
--color-4: #c7b64d;
--color-5: #a57d2c;
} 🌈 Modern Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
} 🔗 Explore similar color palettes
Modern Gold color palette created on .