Golden Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunset palette
Golden Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #d73b2d;
}
.color-5 {
color: #a52c3a;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffb30f;
--color-3: #ff6d1f;
--color-4: #d73b2d;
--color-5: #a52c3a;
}
Golden Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffb30f, #ff6d1f, #d73b2d, #a52c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffb30f, #ff6d1f, #d73b2d, #a52c3a);
}
Similar color palettes
Scroll down to explore 60+ Bright color palettes
Golden Sunset color palette created on .