Monster Energy Color Palette

Discover the beautiful Monster Energy color palette featuring mine shaft (#1f1f1f), mine shaft (#3b3b3b), dove gray (#6e6e6e), atlantis (#a7c639) and yellow green (#d6e77e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Green, Bright, Vibrant, Modern, Energy, Metal, High Contrast, Summer, Zombie 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 Monster Energy palette

Share this palette to:

💻 Monster Energy color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #6e6e6e;
}
.color-4 {
color: #a7c639;
}
.color-5 {
color: #d6e77e;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #3b3b3b;
--color-3: #6e6e6e;
--color-4: #a7c639;
--color-5: #d6e77e;
}

🌈 Monster Energy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #3b3b3b, #6e6e6e, #a7c639, #d6e77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #3b3b3b, #6e6e6e, #a7c639, #d6e77e);
}

Monster Energy color palette created on .