Golden Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Horizon palette
Golden Horizon color palette PNG image
Golden Horizon color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #c99f2c;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #2b567d;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #c99f2c;
--color-3: #ffffff;
--color-4: #2b567d;
--color-5: #000000;
}
Golden Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}
Similar color palettes
Golden Horizon color palette created on .