Grim Wolf Color Palette

Discover the beautiful Grim Wolf color palette featuring abbey (#4a4d54), nevada (#696e72), regent gray (#8c9ca1), hit gray (#a4b1b7) and loblolly (#c2c8cc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Muted, Modern, Neutral, Deep, Earthy, Cool, Soft, Winter color palettes and combinations.

💡 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 Grim Wolf palette

Share this palette to:

💻 Grim Wolf color palette CSS

/* CSS */
.color-1 {
color: #4a4d54;
}
.color-2 {
color: #696e72;
}
.color-3 {
color: #8c9ca1;
}
.color-4 {
color: #a4b1b7;
}
.color-5 {
color: #c2c8cc;
}

/* CSS Variables */
:root {
--color-1: #4a4d54;
--color-2: #696e72;
--color-3: #8c9ca1;
--color-4: #a4b1b7;
--color-5: #c2c8cc;
}

🌈 Grim Wolf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d54, #696e72, #8c9ca1, #a4b1b7, #c2c8cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d54, #696e72, #8c9ca1, #a4b1b7, #c2c8cc);
}

Grim Wolf color palette created on .