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: #ff6e61;
}
.color-2 {
color: #ff9f75;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #d4a8ff;
}
.color-5 {
color: #a6e3d5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f75;
--color-3: #ffc29e;
--color-4: #d4a8ff;
--color-5: #a6e3d5;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f75, #ffc29e, #d4a8ff, #a6e3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f75, #ffc29e, #d4a8ff, #a6e3d5);
}

Sunset Serenade color palette created on .