Mercury Color Palette

Discover the beautiful Mercury color palette featuring iron (#d5d5d8), bombay (#b0b0b5), jumbo (#7d7d82), abbey (#4c4c57) and shark (#2b2b31).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Gray, Minimalist, Modern, Monochromatic, Neutral, Soft 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 Mercury palette

Share this palette to:

💻 Mercury color palette CSS

/* CSS */
.color-1 {
color: #d5d5d8;
}
.color-2 {
color: #b0b0b5;
}
.color-3 {
color: #7d7d82;
}
.color-4 {
color: #4c4c57;
}
.color-5 {
color: #2b2b31;
}

/* CSS Variables */
:root {
--color-1: #d5d5d8;
--color-2: #b0b0b5;
--color-3: #7d7d82;
--color-4: #4c4c57;
--color-5: #2b2b31;
}

🌈 Mercury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d5d8, #b0b0b5, #7d7d82, #4c4c57, #2b2b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d5d8, #b0b0b5, #7d7d82, #4c4c57, #2b2b31);
}

Mercury color palette created on .