Vintage Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Gold palette

Share this palette to:

Vintage Gold color palette CSS

/* CSS */
.color-1 {
color: #e6b947;
}
.color-2 {
color: #d4a14e;
}
.color-3 {
color: #c4965a;
}
.color-4 {
color: #b88e6f;
}
.color-5 {
color: #a07e81;
}

/* CSS Variables */
:root {
--color-1: #e6b947;
--color-2: #d4a14e;
--color-3: #c4965a;
--color-4: #b88e6f;
--color-5: #a07e81;
}

Vintage Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b947, #d4a14e, #c4965a, #b88e6f, #a07e81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b947, #d4a14e, #c4965a, #b88e6f, #a07e81);
}

Vintage Gold color palette created on .