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: #e6b800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f4e88a;
}
.color-4 {
color: #d2c7a7;
}
.color-5 {
color: #a6937d;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #f0d000;
--color-3: #f4e88a;
--color-4: #d2c7a7;
--color-5: #a6937d;
}

Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #f0d000, #f4e88a, #d2c7a7, #a6937d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #f0d000, #f4e88a, #d2c7a7, #a6937d);
}

Golden Elegance color palette created on .