Golden Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Serenade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Serenade Color Palette (PNG)
Golden Serenade color palette CSS
/* CSS */
.color-1 {
color: #f4b22f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3d17c;
}
.color-4 {
color: #e8d8b0;
}
.color-5 {
color: #e6e7d5;
}
/* CSS Variables */
:root {
--color-1: #f4b22f;
--color-2: #f1c84b;
--color-3: #f3d17c;
--color-4: #e8d8b0;
--color-5: #e6e7d5;
}
Golden Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}
Similar color palettes
Golden Serenade color palette created on .