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: #ff9d00;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #dd4f3c;
}
.color-4 {
color: #b03b4e;
}
.color-5 {
color: #892f6c;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #f86c30;
--color-3: #dd4f3c;
--color-4: #b03b4e;
--color-5: #892f6c;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #f86c30, #dd4f3c, #b03b4e, #892f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #f86c30, #dd4f3c, #b03b4e, #892f6c);
}

Orange Sunset color palette created on .