Red and Gold Color Palette
Brightness
Saturation
Warmth
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);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Red and Gold color palette created on .