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: #fad12e;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f08c00;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #c75d3d;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f5a300;
--color-3: #f08c00;
--color-4: #e77e23;
--color-5: #c75d3d;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f5a300, #f08c00, #e77e23, #c75d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f5a300, #f08c00, #e77e23, #c75d3d);
}

Orange Sunset color palette created on .