Golden Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Forest palette

Share this palette to:

Golden Forest color palette CSS

/* CSS */
.color-1 {
color: #3db388;
}
.color-2 {
color: #a85d6c;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #9c4f26;
}

/* CSS Variables */
:root {
--color-1: #3db388;
--color-2: #a85d6c;
--color-3: #4b91e2;
--color-4: #f1c40e;
--color-5: #9c4f26;
}

Golden Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db388, #a85d6c, #4b91e2, #f1c40e, #9c4f26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db388, #a85d6c, #4b91e2, #f1c40e, #9c4f26);
}

Golden Forest color palette created on .