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: #f5a300;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff9d4d;
}
.color-4 {
color: #ffcd75;
}
.color-5 {
color: #fff59e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d2e;
--color-3: #ff9d4d;
--color-4: #ffcd75;
--color-5: #fff59e;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d2e, #ff9d4d, #ffcd75, #fff59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d2e, #ff9d4d, #ffcd75, #fff59e);
}

Orange Sunset color palette created on .