Golden Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Horizon palette

Share this palette to:

Golden Horizon color palette PNG image

Download golden horizon color palette PNG image (landscape)
Download golden horizon color palette PNG image (square)

Golden Horizon color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #ffcc33;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #ffd900;
--color-3: #e6b800;
--color-4: #ffcc33;
--color-5: #ffb300;
}

Golden Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #ffd900, #e6b800, #ffcc33, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #ffd900, #e6b800, #ffcc33, #ffb300);
}

Golden Horizon color palette created on .