Sunset Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Orange palette

Share this palette to:

Sunset Orange color palette CSS

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #e56b2e;
}
.color-4 {
color: #f8c359;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #e56b2e;
--color-4: #f8c359;
--color-5: #f1a8a2;
}

Sunset Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #e56b2e, #f8c359, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #e56b2e, #f8c359, #f1a8a2);
}

Sunset Orange color palette created on .