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: #ffb3d1;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ff5d38;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff8052;
--color-3: #ff5d38;
--color-4: #ffcc00;
--color-5: #ffd900;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff8052, #ff5d38, #ffcc00, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff8052, #ff5d38, #ffcc00, #ffd900);
}

Sunset Serenade color palette created on .