Orange Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Sunset palette
Download Orange Sunset Color Palette (PNG)
Orange Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff956b;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #ff956b;
--color-2: #ff8052;
--color-3: #ff6d2e;
--color-4: #ff4d00;
--color-5: #ffcc00;
}
Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff956b, #ff8052, #ff6d2e, #ff4d00, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff956b, #ff8052, #ff6d2e, #ff4d00, #ffcc00);
}
Similar color palettes
Orange Sunset color palette created on .