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