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: #ff6d1f;
}
.color-2 {
color: #ff9e1f;
}
.color-3 {
color: #ffcb1f;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9e1f;
--color-3: #ffcb1f;
--color-4: #ffec3d;
--color-5: #ffd900;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9e1f, #ffcb1f, #ffec3d, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9e1f, #ffcb1f, #ffec3d, #ffd900);
}

Sunset Serenade color palette created on .