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: #e3b663;
}
.color-2 {
color: #f1c950;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #e2a760;
}
.color-5 {
color: #c7703d;
}
/* CSS Variables */
:root {
--color-1: #e3b663;
--color-2: #f1c950;
--color-3: #f4e1a4;
--color-4: #e2a760;
--color-5: #c7703d;
}
Golden Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b663, #f1c950, #f4e1a4, #e2a760, #c7703d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b663, #f1c950, #f4e1a4, #e2a760, #c7703d);
}
Similar color palettes
Golden Serenade color palette created on .