Mining Color Palette
Discover the beautiful Mining color palette featuring east bay (#4d4f7a), waterloo (#7d7f9b), spun pearl (#a8a8b8), ghost (#c3c5d5) and wheat (#f1e1a7).
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 Mining palette
💻 Mining color palette CSS
/* CSS */
.color-1 {
color: #4d4f7a;
}
.color-2 {
color: #7d7f9b;
}
.color-3 {
color: #a8a8b8;
}
.color-4 {
color: #c3c5d5;
}
.color-5 {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--color-1: #4d4f7a;
--color-2: #7d7f9b;
--color-3: #a8a8b8;
--color-4: #c3c5d5;
--color-5: #f1e1a7;
} 🌈 Mining background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4f7a, #7d7f9b, #a8a8b8, #c3c5d5, #f1e1a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4f7a, #7d7f9b, #a8a8b8, #c3c5d5, #f1e1a7);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Mining color palette created on .