Grunge Vibes Color Palette
Discover the beautiful Grunge Vibes color palette featuring ebony clay (#232c34), ebony clay (#2a333d), corduroy (#5b6561), paarl (#a36e29) and el salva (#9f463a).
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 Grunge Vibes palette
💻 Grunge Vibes color palette CSS
/* CSS */
.color-1 {
color: #232c34;
}
.color-2 {
color: #2a333d;
}
.color-3 {
color: #5b6561;
}
.color-4 {
color: #a36e29;
}
.color-5 {
color: #9f463a;
}
/* CSS Variables */
:root {
--color-1: #232c34;
--color-2: #2a333d;
--color-3: #5b6561;
--color-4: #a36e29;
--color-5: #9f463a;
} 🌈 Grunge Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #232c34, #2a333d, #5b6561, #a36e29, #9f463a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #232c34, #2a333d, #5b6561, #a36e29, #9f463a);
} 🔗 Explore similar color palettes
Grunge Vibes color palette created on .