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: #f9d64e;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff5724;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #3e2723;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #ff8c00;
--color-3: #ff5724;
--color-4: #d33131;
--color-5: #3e2723;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #ff8c00, #ff5724, #d33131, #3e2723);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #ff8c00, #ff5724, #d33131, #3e2723);
}

Orange Sunset color palette created on .