Sunset Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Orange palette
Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f68b2c;
}
.color-4 {
color: #f2521c;
}
.color-5 {
color: #d83a2c;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6b83c;
--color-3: #f68b2c;
--color-4: #f2521c;
--color-5: #d83a2c;
}
Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6b83c, #f68b2c, #f2521c, #d83a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6b83c, #f68b2c, #f2521c, #d83a2c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Sunset Orange color palette created on .