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: #f7d350;
}
.color-2 {
color: #e89d3b;
}
.color-3 {
color: #d77d28;
}
.color-4 {
color: #a95d2d;
}
.color-5 {
color: #6f3a2a;
}

/* CSS Variables */
:root {
--color-1: #f7d350;
--color-2: #e89d3b;
--color-3: #d77d28;
--color-4: #a95d2d;
--color-5: #6f3a2a;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d350, #e89d3b, #d77d28, #a95d2d, #6f3a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d350, #e89d3b, #d77d28, #a95d2d, #6f3a2a);
}

Orange Sunset color palette created on .