Golden Sunset Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunset Hues palette

Share this palette to:

Golden Sunset Hues color palette CSS

/* CSS */
.color-1 {
color: #fec834;
}
.color-2 {
color: #f9b134;
}
.color-3 {
color: #f69e31;
}
.color-4 {
color: #f58d32;
}
.color-5 {
color: #f37a35;
}

/* CSS Variables */
:root {
--color-1: #fec834;
--color-2: #f9b134;
--color-3: #f69e31;
--color-4: #f58d32;
--color-5: #f37a35;
}

Golden Sunset Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec834, #f9b134, #f69e31, #f58d32, #f37a35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec834, #f9b134, #f69e31, #f58d32, #f37a35);
}

Golden Sunset Hues color palette created on .