Warm Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Sunset palette

Share this palette to:

Warm Sunset color palette CSS

/* CSS */
.color-1 {
color: #f3b91b;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #e1603d;
}
.color-5 {
color: #a73b39;
}

/* CSS Variables */
:root {
--color-1: #f3b91b;
--color-2: #f9d66c;
--color-3: #f5a300;
--color-4: #e1603d;
--color-5: #a73b39;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b91b, #f9d66c, #f5a300, #e1603d, #a73b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b91b, #f9d66c, #f5a300, #e1603d, #a73b39);
}

Warm Sunset color palette created on .