Gravedigger Color Palette

Discover the beautiful Gravedigger color palette featuring armadillo (#3f3b31), flint (#706e61), sage (#a2a88a), thistle green (#c5c8a2) and white rock (#e2e4c9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Gray, Green, Neutral 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 Gravedigger palette

Share this palette to:

💻 Gravedigger color palette CSS

/* CSS */
.color-1 {
color: #3f3b31;
}
.color-2 {
color: #706e61;
}
.color-3 {
color: #a2a88a;
}
.color-4 {
color: #c5c8a2;
}
.color-5 {
color: #e2e4c9;
}

/* CSS Variables */
:root {
--color-1: #3f3b31;
--color-2: #706e61;
--color-3: #a2a88a;
--color-4: #c5c8a2;
--color-5: #e2e4c9;
}

🌈 Gravedigger background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f3b31, #706e61, #a2a88a, #c5c8a2, #e2e4c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f3b31, #706e61, #a2a88a, #c5c8a2, #e2e4c9);
}

Gravedigger color palette created on .