Golden Horizons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Horizons palette
Golden Horizons color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a87c29;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e6b84c;
}
.color-5 {
color: #6e4b3a;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a87c29;
--color-3: #f1c84b;
--color-4: #e6b84c;
--color-5: #6e4b3a;
}
Golden Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a87c29, #f1c84b, #e6b84c, #6e4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a87c29, #f1c84b, #e6b84c, #6e4b3a);
}
Similar color palettes
Golden Horizons color palette created on .