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: #ff8c00;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #fff9c2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffd900;
--color-3: #ffb84d;
--color-4: #fff9c2;
--color-5: #ff6e61;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffd900, #ffb84d, #fff9c2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffd900, #ffb84d, #fff9c2, #ff6e61);
}

Orange Sunset color palette created on .