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: #d34d3c;
}
.color-2 {
color: #d66a57;
}
.color-3 {
color: #d89d69;
}
.color-4 {
color: #f1caa7;
}
.color-5 {
color: #f4e2d2;
}

/* CSS Variables */
:root {
--color-1: #d34d3c;
--color-2: #d66a57;
--color-3: #d89d69;
--color-4: #f1caa7;
--color-5: #f4e2d2;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d34d3c, #d66a57, #d89d69, #f1caa7, #f4e2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d34d3c, #d66a57, #d89d69, #f1caa7, #f4e2d2);
}

Sunset Serenade color palette created on .