Retro Gold and Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Gold and Red palette
Retro Gold and Red color palette PNG image
Retro Gold and Red color palette CSS
/* CSS */
.color-1 {
color: #d6a800;
}
.color-2 {
color: #b65a25;
}
.color-3 {
color: #c24f38;
}
.color-4 {
color: #f1c950;
}
.color-5 {
color: #a66b3a;
}
/* CSS Variables */
:root {
--color-1: #d6a800;
--color-2: #b65a25;
--color-3: #c24f38;
--color-4: #f1c950;
--color-5: #a66b3a;
}
Retro Gold and Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a800, #b65a25, #c24f38, #f1c950, #a66b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a800, #b65a25, #c24f38, #f1c950, #a66b3a);
}
Similar color palettes
Scroll down to explore 6 70s color palettes
Retro Gold and Red color palette created on .