Dark Gray Color Palette
Discover the beautiful Dark Gray color palette featuring shark (#1a1a1f), charade (#2b2b36), gun powder (#3d3d4d), black russian (#000024) and cod gray (#141414).
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 Dark Gray palette
💻 Dark Gray color palette CSS
/* CSS */
.color-1 {
color: #1a1a1f;
}
.color-2 {
color: #2b2b36;
}
.color-3 {
color: #3d3d4d;
}
.color-4 {
color: #000024;
}
.color-5 {
color: #141414;
}
/* CSS Variables */
:root {
--color-1: #1a1a1f;
--color-2: #2b2b36;
--color-3: #3d3d4d;
--color-4: #000024;
--color-5: #141414;
} 🌈 Dark Gray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1f, #2b2b36, #3d3d4d, #000024, #141414);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1f, #2b2b36, #3d3d4d, #000024, #141414);
} 🔗 Explore similar color palettes
Dark Gray color palette created on .