Forest Golds and Earthy Greens Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Golds and Earthy Greens palette
Forest Golds and Earthy Greens color palette CSS
/* CSS */
.color-1 {
color: #d9b568;
}
.color-2 {
color: #a57850;
}
.color-3 {
color: #387548;
}
.color-4 {
color: #725237;
}
.color-5 {
color: #27633a;
}
/* CSS Variables */
:root {
--color-1: #d9b568;
--color-2: #a57850;
--color-3: #387548;
--color-4: #725237;
--color-5: #27633a;
}
Forest Golds and Earthy Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b568, #a57850, #387548, #725237, #27633a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b568, #a57850, #387548, #725237, #27633a);
}
Similar color palettes
Forest Golds and Earthy Greens color palette created on .