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: #f6e2b6;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d6b58a;
}
.color-4 {
color: #bfa76e;
}
.color-5 {
color: #a68b59;
}

/* CSS Variables */
:root {
--color-1: #f6e2b6;
--color-2: #e8cca1;
--color-3: #d6b58a;
--color-4: #bfa76e;
--color-5: #a68b59;
}

Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b6, #e8cca1, #d6b58a, #bfa76e, #a68b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b6, #e8cca1, #d6b58a, #bfa76e, #a68b59);
}

Golden Elegance color palette created on .