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: #f7c64b;
}
.color-2 {
color: #f08a24;
}
.color-3 {
color: #f14f1e;
}
.color-4 {
color: #db3f24;
}
.color-5 {
color: #9c1c2f;
}
/* CSS Variables */
:root {
--color-1: #f7c64b;
--color-2: #f08a24;
--color-3: #f14f1e;
--color-4: #db3f24;
--color-5: #9c1c2f;
}
Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c64b, #f08a24, #f14f1e, #db3f24, #9c1c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c64b, #f08a24, #f14f1e, #db3f24, #9c1c2f);
}
Similar color palettes
Orange Sunset color palette created on .