Golden Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunrise Serenade palette

Share this palette to:

Golden Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9e49f;
}
.color-2 {
color: #f0c17a;
}
.color-3 {
color: #efb05d;
}
.color-4 {
color: #d77d3c;
}
.color-5 {
color: #c25229;
}

/* CSS Variables */
:root {
--color-1: #f9e49f;
--color-2: #f0c17a;
--color-3: #efb05d;
--color-4: #d77d3c;
--color-5: #c25229;
}

Golden Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e49f, #f0c17a, #efb05d, #d77d3c, #c25229);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e49f, #f0c17a, #efb05d, #d77d3c, #c25229);
}

Golden Sunrise Serenade color palette created on .