Orange Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunset palette

Share this palette to:

Download Orange Sunset Color Palette (PNG)

Download orange sunset color palette PNG image (landscape)
Download orange sunset color palette PNG image (square)

Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #f54e24;
}
.color-2 {
color: #f76922;
}
.color-3 {
color: #f79e22;
}
.color-4 {
color: #f7d022;
}
.color-5 {
color: #f7e922;
}

/* CSS Variables */
:root {
--color-1: #f54e24;
--color-2: #f76922;
--color-3: #f79e22;
--color-4: #f7d022;
--color-5: #f7e922;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f54e24, #f76922, #f79e22, #f7d022, #f7e922);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f54e24, #f76922, #f79e22, #f7d022, #f7e922);
}

Orange Sunset color palette created on .