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