Mystic Metallics Color Palette
Discover the beautiful Mystic Metallics color palette featuring alto (#d6d6d6), silver chalice (#b0b0b0), gray (#8c8c8c), silver chalice (#a8a8a8) and silver (#bfbfbf).
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 Mystic Metallics palette
💻 Mystic Metallics color palette CSS
/* CSS */
.color-1 {
color: #d6d6d6;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #a8a8a8;
}
.color-5 {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--color-1: #d6d6d6;
--color-2: #b0b0b0;
--color-3: #8c8c8c;
--color-4: #a8a8a8;
--color-5: #bfbfbf;
}
🌈 Mystic Metallics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d6d6, #b0b0b0, #8c8c8c, #a8a8a8, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d6d6, #b0b0b0, #8c8c8c, #a8a8a8, #bfbfbf);
}
🔗 Explore similar color palettes
Mystic Metallics color palette created on .