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: #c16c3e;
}
.color-2 {
color: #f2a769;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #708c3b;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #c16c3e;
--color-2: #f2a769;
--color-3: #f1c84b;
--color-4: #708c3b;
--color-5: #e94e77;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16c3e, #f2a769, #f1c84b, #708c3b, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16c3e, #f2a769, #f1c84b, #708c3b, #e94e77);
}

Orange Sunset color palette created on .