Modern Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Gold palette

Share this palette to:

Modern Gold color palette PNG image

Download modern gold color palette PNG image (landscape)
Download modern gold color palette PNG image (square)

Modern Gold color palette CSS

/* CSS */
.color-1 {
color: #d6c65c;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #c7b64d;
}
.color-5 {
color: #a57d2c;
}

/* CSS Variables */
:root {
--color-1: #d6c65c;
--color-2: #ffd900;
--color-3: #fff9e5;
--color-4: #c7b64d;
--color-5: #a57d2c;
}

Modern Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
}

Modern Gold color palette created on .