Golden Hour in the City Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Hour in the City palette
Golden Hour in the City color palette CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6a400;
}
.color-4 {
color: #d6a100;
}
.color-5 {
color: #c78b00;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f0a800;
--color-3: #e6a400;
--color-4: #d6a100;
--color-5: #c78b00;
}
Golden Hour in the City background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f0a800, #e6a400, #d6a100, #c78b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f0a800, #e6a400, #d6a100, #c78b00);
}
Similar color palettes
Scroll down to explore 200+ Amber color palettes
Golden Hour in the City color palette created on .