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: #f9a34e;
}
.color-2 {
color: #f76945;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #a8503e;
}
.color-5 {
color: #6b508b;
}

/* CSS Variables */
:root {
--color-1: #f9a34e;
--color-2: #f76945;
--color-3: #d95d3a;
--color-4: #a8503e;
--color-5: #6b508b;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a34e, #f76945, #d95d3a, #a8503e, #6b508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a34e, #f76945, #d95d3a, #a8503e, #6b508b);
}

Warm Sunset color palette created on .