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: #f9a94e;
}
.color-2 {
color: #f6b76a;
}
.color-3 {
color: #f2c88c;
}
.color-4 {
color: #e58c38;
}
.color-5 {
color: #d25e2d;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f6b76a;
--color-3: #f2c88c;
--color-4: #e58c38;
--color-5: #d25e2d;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f6b76a, #f2c88c, #e58c38, #d25e2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f6b76a, #f2c88c, #e58c38, #d25e2d);
}

Orange Sunset color palette created on .