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: #bfaa5f;
}
.color-2 {
color: #d1b05c;
}
.color-3 {
color: #e1c56b;
}
.color-4 {
color: #f2e68c;
}
.color-5 {
color: #f9d75d;
}

/* CSS Variables */
:root {
--color-1: #bfaa5f;
--color-2: #d1b05c;
--color-3: #e1c56b;
--color-4: #f2e68c;
--color-5: #f9d75d;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaa5f, #d1b05c, #e1c56b, #f2e68c, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaa5f, #d1b05c, #e1c56b, #f2e68c, #f9d75d);
}

Golden Shades color palette created on .