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