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: #f0b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d13400;
}
.color-5 {
color: #8a2c00;
}

/* CSS Variables */
:root {
--color-1: #f0b400;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #d13400;
--color-5: #8a2c00;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b400, #ff6d1f, #ff3c00, #d13400, #8a2c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b400, #ff6d1f, #ff3c00, #d13400, #8a2c00);
}

Orange Sunset color palette created on .