Golden Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Serenade palette

Share this palette to:

Golden Serenade color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fad12e;
}
.color-3 {
color: #f5e900;
}
.color-4 {
color: #e6d600;
}
.color-5 {
color: #b3a700;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fad12e;
--color-3: #f5e900;
--color-4: #e6d600;
--color-5: #b3a700;
}

Golden Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fad12e, #f5e900, #e6d600, #b3a700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fad12e, #f5e900, #e6d600, #b3a700);
}

Golden Serenade color palette created on .