Golden Businessman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Businessman palette

Share this palette to:

Golden Businessman color palette CSS

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f69f2c;
}
.color-3 {
color: #d09939;
}
.color-4 {
color: #a96d3d;
}
.color-5 {
color: #68492c;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f69f2c;
--color-3: #d09939;
--color-4: #a96d3d;
--color-5: #68492c;
}

Golden Businessman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f69f2c, #d09939, #a96d3d, #68492c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f69f2c, #d09939, #a96d3d, #68492c);
}

Golden Businessman color palette created on .