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: #ffc105;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ff5724;
}
.color-4 {
color: #f44034;
}
.color-5 {
color: #e92063;
}

/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff9900;
--color-3: #ff5724;
--color-4: #f44034;
--color-5: #e92063;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff9900, #ff5724, #f44034, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff9900, #ff5724, #f44034, #e92063);
}

Orange Sunset color palette created on .