Golden Hour Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Hour Serenade palette

Share this palette to:

Golden Hour Serenade color palette CSS

/* CSS */
.color-1 {
color: #f3e5ba;
}
.color-2 {
color: #e6d4a3;
}
.color-3 {
color: #d0b78a;
}
.color-4 {
color: #b59e73;
}
.color-5 {
color: #a68b59;
}

/* CSS Variables */
:root {
--color-1: #f3e5ba;
--color-2: #e6d4a3;
--color-3: #d0b78a;
--color-4: #b59e73;
--color-5: #a68b59;
}

Golden Hour Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5ba, #e6d4a3, #d0b78a, #b59e73, #a68b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5ba, #e6d4a3, #d0b78a, #b59e73, #a68b59);
}

Golden Hour Serenade color palette created on .