Golden Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Nostalgia palette

Share this palette to:

Download Golden Nostalgia Color Palette (PNG)

Download golden nostalgia color palette PNG image (landscape)
Download golden nostalgia color palette PNG image (square)

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);
}

Golden Nostalgia color palette created on .