Golden Hour Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Hour Glow palette
Golden Hour Glow color palette CSS
/* CSS */
.color-1 {
color: #e6a100;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5d000;
}
.color-4 {
color: #fae100;
}
.color-5 {
color: #fae500;
}
/* CSS Variables */
:root {
--color-1: #e6a100;
--color-2: #f5c400;
--color-3: #f5d000;
--color-4: #fae100;
--color-5: #fae500;
}
Golden Hour Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a100, #f5c400, #f5d000, #fae100, #fae500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a100, #f5c400, #f5d000, #fae100, #fae500);
}
Similar color palettes
Golden Hour Glow color palette created on .