Golden Nostalgia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Nostalgia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Nostalgia Color Palette (PNG)
Golden Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdc42;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #a87e00;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffdc42;
--color-4: #ffb300;
--color-5: #a87e00;
}
Golden Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffdc42, #ffb300, #a87e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffdc42, #ffb300, #a87e00);
}
Similar color palettes
Golden Nostalgia color palette created on .