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: #f5c25b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d76d3c;
}
.color-4 {
color: #c34d32;
}
.color-5 {
color: #a33c2e;
}

/* CSS Variables */
:root {
--color-1: #f5c25b;
--color-2: #f0a800;
--color-3: #d76d3c;
--color-4: #c34d32;
--color-5: #a33c2e;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c25b, #f0a800, #d76d3c, #c34d32, #a33c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c25b, #f0a800, #d76d3c, #c34d32, #a33c2e);
}

Orange Sunset color palette created on .