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: #f3a67c;
}
.color-2 {
color: #f9c7b4;
}
.color-3 {
color: #f2dfd4;
}
.color-4 {
color: #b5d9f2;
}
.color-5 {
color: #6ab6e2;
}

/* CSS Variables */
:root {
--color-1: #f3a67c;
--color-2: #f9c7b4;
--color-3: #f2dfd4;
--color-4: #b5d9f2;
--color-5: #6ab6e2;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a67c, #f9c7b4, #f2dfd4, #b5d9f2, #6ab6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a67c, #f9c7b4, #f2dfd4, #b5d9f2, #6ab6e2);
}

Sunset Serenade color palette created on .