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: #b58c2c;
}
.color-2 {
color: #f2d48c;
}
.color-3 {
color: #dccb6a;
}
.color-4 {
color: #b4a83c;
}
.color-5 {
color: #c8b051;
}

/* CSS Variables */
:root {
--color-1: #b58c2c;
--color-2: #f2d48c;
--color-3: #dccb6a;
--color-4: #b4a83c;
--color-5: #c8b051;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58c2c, #f2d48c, #dccb6a, #b4a83c, #c8b051);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58c2c, #f2d48c, #dccb6a, #b4a83c, #c8b051);
}

Golden Shades color palette created on .