Mercury Shades Color Palette
Discover the beautiful Mercury Shades color palette featuring ebb (#ece4e4), cold turkey (#cebbba), thatch (#b99d9d), hemp (#957675) and russett (#7b6160).
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 Mercury Shades palette
💻 Mercury Shades color palette CSS
/* CSS */
.color-1 {
color: #ece4e4;
}
.color-2 {
color: #cebbba;
}
.color-3 {
color: #b99d9d;
}
.color-4 {
color: #957675;
}
.color-5 {
color: #7b6160;
}
/* CSS Variables */
:root {
--color-1: #ece4e4;
--color-2: #cebbba;
--color-3: #b99d9d;
--color-4: #957675;
--color-5: #7b6160;
} 🌈 Mercury Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece4e4, #cebbba, #b99d9d, #957675, #7b6160);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece4e4, #cebbba, #b99d9d, #957675, #7b6160);
} 🔗 Explore similar color palettes
Mercury Shades color palette created on .