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: #f0b6a3;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f6d5a7;
--color-3: #f9e3b4;
--color-4: #f5b400;
--color-5: #d95e3f;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f6d5a7, #f9e3b4, #f5b400, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f6d5a7, #f9e3b4, #f5b400, #d95e3f);
}

Warm Sunset color palette created on .