Golden Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Shades palette

Share this palette to:

Golden Shades color palette CSS

/* CSS */
.color-1 {
color: #eac775;
}
.color-2 {
color: #d6b45c;
}
.color-3 {
color: #c7a24d;
}
.color-4 {
color: #b58e3b;
}
.color-5 {
color: #a77d2a;
}

/* CSS Variables */
:root {
--color-1: #eac775;
--color-2: #d6b45c;
--color-3: #c7a24d;
--color-4: #b58e3b;
--color-5: #a77d2a;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac775, #d6b45c, #c7a24d, #b58e3b, #a77d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac775, #d6b45c, #c7a24d, #b58e3b, #a77d2a);
}

Golden Shades color palette created on .