Red and Gold Color Palette
Discover the beautiful Red and Gold color palette featuring punch (#d72d28), selective yellow (#fab700), abbey (#4a4f54), gallery (#f0f0f0) and black (#000000).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Fun, Modern color palettes and combinations.
💡 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 Red and Gold palette
💻 Red and Gold color palette CSS
/* CSS */
.color-1 {
color: #d72d28;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #4a4f54;
}
.color-4 {
color: #f0f0f0;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #d72d28;
--color-2: #fab700;
--color-3: #4a4f54;
--color-4: #f0f0f0;
--color-5: #000000;
} 🌈 Red and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d28, #fab700, #4a4f54, #f0f0f0, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d28, #fab700, #4a4f54, #f0f0f0, #000000);
} 🔗 Explore similar color palettes
Red and Gold color palette created on .