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: #ffb84d;
}
.color-2 {
color: #ff9c38;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4a2e;
}
.color-5 {
color: #d64b29;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9c38;
--color-3: #ff6d1f;
--color-4: #ff4a2e;
--color-5: #d64b29;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9c38, #ff6d1f, #ff4a2e, #d64b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9c38, #ff6d1f, #ff4a2e, #d64b29);
}

Orange Sunset color palette created on .