Golden Brown Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Brown Green palette

Share this palette to:

Golden Brown Green color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #5c893e;
}
.color-3 {
color: #d5c26d;
}
.color-4 {
color: #c8a55b;
}
.color-5 {
color: #4c3d24;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #5c893e;
--color-3: #d5c26d;
--color-4: #c8a55b;
--color-5: #4c3d24;
}

Golden Brown Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #5c893e, #d5c26d, #c8a55b, #4c3d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #5c893e, #d5c26d, #c8a55b, #4c3d24);
}

Similar color palettes

Golden Brown Green color palette created on .