Timberland Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Timberland Shadows palette

Share this palette to:

Timberland Shadows color palette CSS

/* CSS */
.color-1 {
color: #1f1e1e;
}
.color-2 {
color: #594c40;
}
.color-3 {
color: #7e6a58;
}
.color-4 {
color: #857c6f;
}
.color-5 {
color: #d2b86a;
}

/* CSS Variables */
:root {
--color-1: #1f1e1e;
--color-2: #594c40;
--color-3: #7e6a58;
--color-4: #857c6f;
--color-5: #d2b86a;
}

Timberland Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1e1e, #594c40, #7e6a58, #857c6f, #d2b86a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1e1e, #594c40, #7e6a58, #857c6f, #d2b86a);
}

Timberland Shadows color palette created on .