Grunge Color Palette

Discover the beautiful Grunge color palette featuring fuscous gray (#4a4b48), boulder (#7a7a7a), delta (#a2a29a), soft amber (#d6c9b8) and gold sand (#e5b88b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Muted, Earthy, Neutral, Vintage, Soft, Modern, Autumn 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 Grunge palette

Share this palette to:

💻 Grunge color palette CSS

/* CSS */
.color-1 {
color: #4a4b48;
}
.color-2 {
color: #7a7a7a;
}
.color-3 {
color: #a2a29a;
}
.color-4 {
color: #d6c9b8;
}
.color-5 {
color: #e5b88b;
}

/* CSS Variables */
:root {
--color-1: #4a4b48;
--color-2: #7a7a7a;
--color-3: #a2a29a;
--color-4: #d6c9b8;
--color-5: #e5b88b;
}

🌈 Grunge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4b48, #7a7a7a, #a2a29a, #d6c9b8, #e5b88b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4b48, #7a7a7a, #a2a29a, #d6c9b8, #e5b88b);
}

Grunge color palette created on .