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: #f6d7a2;
}
.color-2 {
color: #fc9b2c;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #6f3c8b;
}
.color-5 {
color: #3c5a9a;
}

/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #fc9b2c;
--color-3: #e94e77;
--color-4: #6f3c8b;
--color-5: #3c5a9a;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #fc9b2c, #e94e77, #6f3c8b, #3c5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #fc9b2c, #e94e77, #6f3c8b, #3c5a9a);
}

Sunset Serenade color palette created on .