Golden Cuphead Color Palette
Discover the beautiful Golden Cuphead color palette featuring yellow sea (#f5af00), corn (#e0a100), pirate gold (#c28e00), pirate gold (#a87600) and cinnamon (#805b00).
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 Cuphead palette
💻 Golden Cuphead color palette CSS
/* CSS */
.color-1 {
color: #f5af00;
}
.color-2 {
color: #e0a100;
}
.color-3 {
color: #c28e00;
}
.color-4 {
color: #a87600;
}
.color-5 {
color: #805b00;
}
/* CSS Variables */
:root {
--color-1: #f5af00;
--color-2: #e0a100;
--color-3: #c28e00;
--color-4: #a87600;
--color-5: #805b00;
} 🌈 Golden Cuphead background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5af00, #e0a100, #c28e00, #a87600, #805b00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5af00, #e0a100, #c28e00, #a87600, #805b00);
} 🔗 Explore similar color palettes
Golden Cuphead color palette created on .