Sunset Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Orange palette

Share this palette to:

Sunset Orange color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffbf47;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #ff1a47;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffbf47;
--color-3: #ff8c00;
--color-4: #ff5724;
--color-5: #ff1a47;
}

Sunset Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffbf47, #ff8c00, #ff5724, #ff1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffbf47, #ff8c00, #ff5724, #ff1a47);
}

Sunset Orange color palette created on .