Dark Tech Color Palette
Discover the beautiful Dark Tech color palette featuring mine shaft (#2e2e2e), trout (#50555e), rolling stone (#71787f), spun pearl (#a7a7aa) and iron (#e0e0e1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Tech, Gray, Modern, Minimalist, High Contrast, Neutral, Elegant, Metal 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 Dark Tech palette
💻 Dark Tech color palette CSS
/* CSS */
.color-1 {
color: #2e2e2e;
}
.color-2 {
color: #50555e;
}
.color-3 {
color: #71787f;
}
.color-4 {
color: #a7a7aa;
}
.color-5 {
color: #e0e0e1;
}
/* CSS Variables */
:root {
--color-1: #2e2e2e;
--color-2: #50555e;
--color-3: #71787f;
--color-4: #a7a7aa;
--color-5: #e0e0e1;
}
🌈 Dark Tech background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2e2e, #50555e, #71787f, #a7a7aa, #e0e0e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2e2e, #50555e, #71787f, #a7a7aa, #e0e0e1);
}
🔗 Explore similar color palettes
Dark Tech color palette created on .