Gray Midnight Color Palette
Discover the beautiful Gray Midnight color palette featuring tuna (#3c3e44), mid gray (#5b5d62), rolling stone (#7d8082), bombay (#aaabb1) and iron (#d5d7dc).
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 Gray Midnight palette
💻 Gray Midnight color palette CSS
/* CSS */
.color-1 {
color: #3c3e44;
}
.color-2 {
color: #5b5d62;
}
.color-3 {
color: #7d8082;
}
.color-4 {
color: #aaabb1;
}
.color-5 {
color: #d5d7dc;
}
/* CSS Variables */
:root {
--color-1: #3c3e44;
--color-2: #5b5d62;
--color-3: #7d8082;
--color-4: #aaabb1;
--color-5: #d5d7dc;
} 🌈 Gray Midnight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
} 🔗 Explore similar color palettes
Gray Midnight color palette created on .