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: #d65900;
}
.color-2 {
color: #f7a059;
}
.color-3 {
color: #f9d39f;
}
.color-4 {
color: #fef9e1;
}
.color-5 {
color: #f25b40;
}

/* CSS Variables */
:root {
--color-1: #d65900;
--color-2: #f7a059;
--color-3: #f9d39f;
--color-4: #fef9e1;
--color-5: #f25b40;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65900, #f7a059, #f9d39f, #fef9e1, #f25b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65900, #f7a059, #f9d39f, #fef9e1, #f25b40);
}

Orange Sunset color palette created on .