Golden Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Elegance palette

Share this palette to:

Golden Elegance color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #b79a24;
}
.color-3 {
color: #8a6f1e;
}
.color-4 {
color: #a27d4e;
}
.color-5 {
color: #d1c77a;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #b79a24;
--color-3: #8a6f1e;
--color-4: #a27d4e;
--color-5: #d1c77a;
}

Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #b79a24, #8a6f1e, #a27d4e, #d1c77a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #b79a24, #8a6f1e, #a27d4e, #d1c77a);
}

Golden Elegance color palette created on .