The Wolverine Color Palette
Discover the beautiful The Wolverine color palette featuring congo brown (#593a3a), cosmic (#733f47), cape palliser (#9d7148), twine (#bc8d57) and old gold (#d0ab39).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with The Wolverine palette
💻 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);
}
🔗 Explore similar color palettes
The Wolverine color palette created on .