Golden Hour Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Hour palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Hour Color Palette (PNG)
Golden Hour color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8d059;
}
.color-3 {
color: #f6e9a7;
}
.color-4 {
color: #f1cab1;
}
.color-5 {
color: #d4826e;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8d059;
--color-3: #f6e9a7;
--color-4: #f1cab1;
--color-5: #d4826e;
}
Golden Hour background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8d059, #f6e9a7, #f1cab1, #d4826e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8d059, #f6e9a7, #f1cab1, #d4826e);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Golden Hour color palette created on .