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: #f8c84f;
}
.color-2 {
color: #f6a523;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #e65e0f;
}
.color-5 {
color: #d13f00;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f6a523;
--color-3: #f27c21;
--color-4: #e65e0f;
--color-5: #d13f00;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f6a523, #f27c21, #e65e0f, #d13f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f6a523, #f27c21, #e65e0f, #d13f00);
}

Orange Sunset color palette created on .