Yellow Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Sunset palette
Yellow Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f0a000;
}
.color-3 {
color: #ef7f2a;
}
.color-4 {
color: #da5f2b;
}
.color-5 {
color: #b94f3c;
}
/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f0a000;
--color-3: #ef7f2a;
--color-4: #da5f2b;
--color-5: #b94f3c;
}
Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f0a000, #ef7f2a, #da5f2b, #b94f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f0a000, #ef7f2a, #da5f2b, #b94f3c);
}
Similar color palettes
Scroll down to explore 500+ Yellow color palettes
Yellow Sunset color palette created on .