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: #fe5e01;
}
.color-2 {
color: #f8a64f;
}
.color-3 {
color: #fddb7c;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #3c8c3b;
}

/* CSS Variables */
:root {
--color-1: #fe5e01;
--color-2: #f8a64f;
--color-3: #fddb7c;
--color-4: #a3d55d;
--color-5: #3c8c3b;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe5e01, #f8a64f, #fddb7c, #a3d55d, #3c8c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe5e01, #f8a64f, #fddb7c, #a3d55d, #3c8c3b);
}

Orange Sunset color palette created on .