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: #f99f3e;
}
.color-2 {
color: #f27f21;
}
.color-3 {
color: #f04c00;
}
.color-4 {
color: #e65c00;
}
.color-5 {
color: #d66b00;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f27f21;
--color-3: #f04c00;
--color-4: #e65c00;
--color-5: #d66b00;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f27f21, #f04c00, #e65c00, #d66b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f27f21, #f04c00, #e65c00, #d66b00);
}

Orange Sunset color palette created on .