Golden Coin Color Palette
Discover the beautiful Golden Coin color palette featuring energy yellow (#f7d259), tulip tree (#f2af3a), sandy brown (#f59e4d), burnt sienna (#e57b3e) and cinnabar (#e54a38).
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 Golden Coin palette
💻 Golden Coin color palette CSS
/* CSS */
.color-1 {
color: #f7d259;
}
.color-2 {
color: #f2af3a;
}
.color-3 {
color: #f59e4d;
}
.color-4 {
color: #e57b3e;
}
.color-5 {
color: #e54a38;
}
/* CSS Variables */
:root {
--color-1: #f7d259;
--color-2: #f2af3a;
--color-3: #f59e4d;
--color-4: #e57b3e;
--color-5: #e54a38;
} 🌈 Golden Coin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d259, #f2af3a, #f59e4d, #e57b3e, #e54a38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d259, #f2af3a, #f59e4d, #e57b3e, #e54a38);
} 🔗 Explore similar color palettes
Golden Coin color palette created on .