Orange Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunset palette

Share this palette to:

Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #f78d1d;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #ffdb8f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e97b1c;
}

/* CSS Variables */
:root {
--color-1: #f78d1d;
--color-2: #ffb861;
--color-3: #ffdb8f;
--color-4: #ff6e61;
--color-5: #e97b1c;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78d1d, #ffb861, #ffdb8f, #ff6e61, #e97b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78d1d, #ffb861, #ffdb8f, #ff6e61, #e97b1c);
}

Orange Sunset color palette created on .