The Wolverine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Wolverine palette

Share this palette to:

The Wolverine color palette PNG image

Download the wolverine color palette PNG image (landscape)
Download the wolverine color palette PNG image (square)

The Wolverine color palette CSS

/* CSS */
.color-1 {
color: #593a3a;
}
.color-2 {
color: #733f47;
}
.color-3 {
color: #9d7148;
}
.color-4 {
color: #bc8d57;
}
.color-5 {
color: #d0ab39;
}

/* CSS Variables */
:root {
--color-1: #593a3a;
--color-2: #733f47;
--color-3: #9d7148;
--color-4: #bc8d57;
--color-5: #d0ab39;
}

The Wolverine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593a3a, #733f47, #9d7148, #bc8d57, #d0ab39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593a3a, #733f47, #9d7148, #bc8d57, #d0ab39);
}

The Wolverine color palette created on .