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: #f7e0a6;
}
.color-2 {
color: #f5b042;
}
.color-3 {
color: #e56d3e;
}
.color-4 {
color: #c45d40;
}
.color-5 {
color: #794939;
}

/* CSS Variables */
:root {
--color-1: #f7e0a6;
--color-2: #f5b042;
--color-3: #e56d3e;
--color-4: #c45d40;
--color-5: #794939;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0a6, #f5b042, #e56d3e, #c45d40, #794939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0a6, #f5b042, #e56d3e, #c45d40, #794939);
}

Orange Sunset color palette created on .