Golden Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Brown palette

Share this palette to:

Golden Brown color palette CSS

/* CSS */
.color-1 {
color: #8c7b1d;
}
.color-2 {
color: #813e0e;
}
.color-3 {
color: #692911;
}
.color-4 {
color: #4c1e10;
}
.color-5 {
color: #33130f;
}

/* CSS Variables */
:root {
--color-1: #8c7b1d;
--color-2: #813e0e;
--color-3: #692911;
--color-4: #4c1e10;
--color-5: #33130f;
}

Golden Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7b1d, #813e0e, #692911, #4c1e10, #33130f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7b1d, #813e0e, #692911, #4c1e10, #33130f);
}

Golden Brown color palette created on .