Golden Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Hues palette

Share this palette to:

Golden Hues color palette CSS

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #d64f00;
}
.color-5 {
color: #a83500;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f5a524;
--color-3: #f07c00;
--color-4: #d64f00;
--color-5: #a83500;
}

Golden Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f5a524, #f07c00, #d64f00, #a83500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f5a524, #f07c00, #d64f00, #a83500);
}

Golden Hues color palette created on .