Golden Age Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Age palette

Share this palette to:

Golden Age color palette CSS

/* CSS */
.color-1 {
color: #d4a83a;
}
.color-2 {
color: #b6c94a;
}
.color-3 {
color: #6dd073;
}
.color-4 {
color: #3bbab2;
}
.color-5 {
color: #3d87c7;
}

/* CSS Variables */
:root {
--color-1: #d4a83a;
--color-2: #b6c94a;
--color-3: #6dd073;
--color-4: #3bbab2;
--color-5: #3d87c7;
}

Golden Age background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a83a, #b6c94a, #6dd073, #3bbab2, #3d87c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a83a, #b6c94a, #6dd073, #3bbab2, #3d87c7);
}

Golden Age color palette created on .