Timberland Arsenal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Timberland Arsenal palette

Share this palette to:

Timberland Arsenal color palette CSS

/* CSS */
.color-1 {
color: #898c5f;
}
.color-2 {
color: #4d5030;
}
.color-3 {
color: #2d2b24;
}
.color-4 {
color: #c6c49f;
}
.color-5 {
color: #a6a84d;
}

/* CSS Variables */
:root {
--color-1: #898c5f;
--color-2: #4d5030;
--color-3: #2d2b24;
--color-4: #c6c49f;
--color-5: #a6a84d;
}

Timberland Arsenal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #898c5f, #4d5030, #2d2b24, #c6c49f, #a6a84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #898c5f, #4d5030, #2d2b24, #c6c49f, #a6a84d);
}

Timberland Arsenal color palette created on .