Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e42;
}
.color-3 {
color: #ff7161;
}
.color-4 {
color: #ef5552;
}
.color-5 {
color: #e57171;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e42;
--color-3: #ff7161;
--color-4: #ef5552;
--color-5: #e57171;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e42, #ff7161, #ef5552, #e57171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e42, #ff7161, #ef5552, #e57171);
}
Similar color palettes
Sunset Serenade color palette created on .