Gold Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gold Elegance palette

Share this palette to:

Gold Elegance color palette CSS

/* CSS */
.color-1 {
color: #d9b34a;
}
.color-2 {
color: #e3c568;
}
.color-3 {
color: #f1d088;
}
.color-4 {
color: #f5e89e;
}
.color-5 {
color: #e8c8a1;
}

/* CSS Variables */
:root {
--color-1: #d9b34a;
--color-2: #e3c568;
--color-3: #f1d088;
--color-4: #f5e89e;
--color-5: #e8c8a1;
}

Gold Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b34a, #e3c568, #f1d088, #f5e89e, #e8c8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b34a, #e3c568, #f1d088, #f5e89e, #e8c8a1);
}

Gold Elegance color palette created on .