Warm Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Gold palette

Share this palette to:

Warm Gold color palette CSS

/* CSS */
.color-1 {
color: #a37a2e;
}
.color-2 {
color: #c4a54f;
}
.color-3 {
color: #e8c669;
}
.color-4 {
color: #f4e09a;
}
.color-5 {
color: #e3b57d;
}

/* CSS Variables */
:root {
--color-1: #a37a2e;
--color-2: #c4a54f;
--color-3: #e8c669;
--color-4: #f4e09a;
--color-5: #e3b57d;
}

Warm Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a37a2e, #c4a54f, #e8c669, #f4e09a, #e3b57d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a37a2e, #c4a54f, #e8c669, #f4e09a, #e3b57d);
}

Warm Gold color palette created on .