Warm Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Sunset palette

Share this palette to:

Download Warm Sunset Color Palette (PNG)

Download warm sunset color palette PNG image (landscape)
Download warm sunset color palette PNG image (square)

Warm Sunset color palette CSS

/* CSS */
.color-1 {
color: #fcf8f8;
}
.color-2 {
color: #fbeef7;
}
.color-3 {
color: #fbdaf6;
}
.color-4 {
color: #f6d0f6;
}
.color-5 {
color: #ebcaf7;
}

/* CSS Variables */
:root {
--color-1: #fcf8f8;
--color-2: #fbeef7;
--color-3: #fbdaf6;
--color-4: #f6d0f6;
--color-5: #ebcaf7;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}

Warm Sunset color palette created on .