Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Share this palette to:

Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9b59a;
}
.color-3 {
color: #f7d4b6;
}
.color-4 {
color: #f2e0b1;
}
.color-5 {
color: #e2a9a6;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9b59a;
--color-3: #f7d4b6;
--color-4: #f2e0b1;
--color-5: #e2a9a6;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9b59a, #f7d4b6, #f2e0b1, #e2a9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9b59a, #f7d4b6, #f2e0b1, #e2a9a6);
}

Sunset Serenade color palette created on .