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: #b58a40;
}
.color-2 {
color: #e8b52c;
}
.color-3 {
color: #f7e08d;
}
.color-4 {
color: #d66829;
}
.color-5 {
color: #8e4b2e;
}

/* CSS Variables */
:root {
--color-1: #b58a40;
--color-2: #e8b52c;
--color-3: #f7e08d;
--color-4: #d66829;
--color-5: #8e4b2e;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58a40, #e8b52c, #f7e08d, #d66829, #8e4b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58a40, #e8b52c, #f7e08d, #d66829, #8e4b2e);
}

Golden Shades color palette created on .