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: #f6b83c;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #d8984b;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d22d40;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f4a462;
--color-3: #d8984b;
--color-4: #e76e50;
--color-5: #d22d40;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f4a462, #d8984b, #e76e50, #d22d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f4a462, #d8984b, #e76e50, #d22d40);
}

Orange Sunset color palette created on .