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: #eb5c52;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #fad400;
}
.color-4 {
color: #a6d63d;
}
.color-5 {
color: #5cc0eb;
}

/* CSS Variables */
:root {
--color-1: #eb5c52;
--color-2: #f0a800;
--color-3: #fad400;
--color-4: #a6d63d;
--color-5: #5cc0eb;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb5c52, #f0a800, #fad400, #a6d63d, #5cc0eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb5c52, #f0a800, #fad400, #a6d63d, #5cc0eb);
}

Sunset Serenade color palette created on .