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: #f5a300;
}
.color-2 {
color: #ff7b00;
}
.color-3 {
color: #ff4000;
}
.color-4 {
color: #ff005d;
}
.color-5 {
color: #b80081;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7b00;
--color-3: #ff4000;
--color-4: #ff005d;
--color-5: #b80081;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7b00, #ff4000, #ff005d, #b80081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7b00, #ff4000, #ff005d, #b80081);
}

Sunset Serenade color palette created on .