Serenade of Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenade of Sunset palette

Share this palette to:

Serenade of Sunset color palette CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f5b19e;
}
.color-3 {
color: #f7d6ca;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #ffc3b3;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f5b19e;
--color-3: #f7d6ca;
--color-4: #f3e5d8;
--color-5: #ffc3b3;
}

Serenade of Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f5b19e, #f7d6ca, #f3e5d8, #ffc3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f5b19e, #f7d6ca, #f3e5d8, #ffc3b3);
}

Serenade of Sunset color palette created on .