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: #ff9900;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #f2faef;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6e00;
--color-3: #ff4d00;
--color-4: #e63746;
--color-5: #f2faef;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6e00, #ff4d00, #e63746, #f2faef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6e00, #ff4d00, #e63746, #f2faef);
}

Orange Sunset color palette created on .