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: #f5b400;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #85e2ff;
}
.color-4 {
color: #40b9d4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #f4cf3e;
--color-3: #85e2ff;
--color-4: #40b9d4;
--color-5: #ff6e61;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #f4cf3e, #85e2ff, #40b9d4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #f4cf3e, #85e2ff, #40b9d4, #ff6e61);
}

Sunset Serenade color palette created on .