Ancient Forest Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ancient Forest Gold palette

Share this palette to:

Ancient Forest Gold color palette CSS

/* CSS */
.color-1 {
color: #a58b3b;
}
.color-2 {
color: #4a6b24;
}
.color-3 {
color: #b6a76d;
}
.color-4 {
color: #9fc6b8;
}
.color-5 {
color: #3c5a3a;
}

/* CSS Variables */
:root {
--color-1: #a58b3b;
--color-2: #4a6b24;
--color-3: #b6a76d;
--color-4: #9fc6b8;
--color-5: #3c5a3a;
}

Ancient Forest Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a58b3b, #4a6b24, #b6a76d, #9fc6b8, #3c5a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a58b3b, #4a6b24, #b6a76d, #9fc6b8, #3c5a3a);
}

Ancient Forest Gold color palette created on .