Warm Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Sunset palette
Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9d16c;
}
.color-2 {
color: #f7a050;
}
.color-3 {
color: #f57d3d;
}
.color-4 {
color: #d1533d;
}
.color-5 {
color: #a83e4e;
}
/* CSS Variables */
:root {
--color-1: #f9d16c;
--color-2: #f7a050;
--color-3: #f57d3d;
--color-4: #d1533d;
--color-5: #a83e4e;
}
Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d16c, #f7a050, #f57d3d, #d1533d, #a83e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d16c, #f7a050, #f57d3d, #d1533d, #a83e4e);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Warm Sunset color palette created on .