Earthy Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Gold palette
Earthy Gold color palette CSS
/* CSS */
.color-1 {
color: #876221;
}
.color-2 {
color: #a86c3e;
}
.color-3 {
color: #d69f6b;
}
.color-4 {
color: #f6c788;
}
.color-5 {
color: #f9e8b9;
}
/* CSS Variables */
:root {
--color-1: #876221;
--color-2: #a86c3e;
--color-3: #d69f6b;
--color-4: #f6c788;
--color-5: #f9e8b9;
}
Earthy Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #876221, #a86c3e, #d69f6b, #f6c788, #f9e8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #876221, #a86c3e, #d69f6b, #f6c788, #f9e8b9);
}
Similar color palettes
Scroll down to explore 300+ Autumn color palettes
Earthy Gold color palette created on .