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: #f6bb3c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f7d5b6;
}
.color-4 {
color: #e2b3a1;
}
.color-5 {
color: #eab8c8;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f8caa5;
--color-3: #f7d5b6;
--color-4: #e2b3a1;
--color-5: #eab8c8;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f8caa5, #f7d5b6, #e2b3a1, #eab8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f8caa5, #f7d5b6, #e2b3a1, #eab8c8);
}

Sunset Serenade color palette created on .