Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise Serenade palette

Share this palette to:

Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #da5034;
}
.color-5 {
color: #a51d3d;
}

/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #f5a300;
--color-3: #ff6e42;
--color-4: #da5034;
--color-5: #a51d3d;
}

Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #f5a300, #ff6e42, #da5034, #a51d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #f5a300, #ff6e42, #da5034, #a51d3d);
}

Sunrise Serenade color palette created on .