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: #d7aa70;
}
.color-2 {
color: #e1af7a;
}
.color-3 {
color: #f1d1a2;
}
.color-4 {
color: #f5d7b7;
}
.color-5 {
color: #f9e2c8;
}

/* CSS Variables */
:root {
--color-1: #d7aa70;
--color-2: #e1af7a;
--color-3: #f1d1a2;
--color-4: #f5d7b7;
--color-5: #f9e2c8;
}

Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7aa70, #e1af7a, #f1d1a2, #f5d7b7, #f9e2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7aa70, #e1af7a, #f1d1a2, #f5d7b7, #f9e2c8);
}

Golden Elegance color palette created on .