Golden Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Earth palette

Share this palette to:

Golden Earth color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #d9b96d;
}
.color-5 {
color: #a34e29;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6c84c;
--color-3: #f9e59f;
--color-4: #d9b96d;
--color-5: #a34e29;
}

Golden Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6c84c, #f9e59f, #d9b96d, #a34e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6c84c, #f9e59f, #d9b96d, #a34e29);
}

Golden Earth color palette created on .