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: #ff702e;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffb366;
}
.color-4 {
color: #ffe2a3;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ff702e;
--color-2: #ff9a4d;
--color-3: #ffb366;
--color-4: #ffe2a3;
--color-5: #fff5e0;
}
Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff702e, #ff9a4d, #ffb366, #ffe2a3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff702e, #ff9a4d, #ffb366, #ffe2a3, #fff5e0);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Orange Sunset color palette created on .