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: #f6c8a7;
}
.color-2 {
color: #f1a17e;
}
.color-3 {
color: #e68d60;
}
.color-4 {
color: #d66a4c;
}
.color-5 {
color: #c85a3c;
}

/* CSS Variables */
:root {
--color-1: #f6c8a7;
--color-2: #f1a17e;
--color-3: #e68d60;
--color-4: #d66a4c;
--color-5: #c85a3c;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c8a7, #f1a17e, #e68d60, #d66a4c, #c85a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c8a7, #f1a17e, #e68d60, #d66a4c, #c85a3c);
}

Warm Sunset color palette created on .