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: #fcc01d;
}
.color-2 {
color: #f48a1f;
}
.color-3 {
color: #f05e28;
}
.color-4 {
color: #d83c31;
}
.color-5 {
color: #b8323b;
}

/* CSS Variables */
:root {
--color-1: #fcc01d;
--color-2: #f48a1f;
--color-3: #f05e28;
--color-4: #d83c31;
--color-5: #b8323b;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc01d, #f48a1f, #f05e28, #d83c31, #b8323b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc01d, #f48a1f, #f05e28, #d83c31, #b8323b);
}

Orange Sunset color palette created on .