Midnight Obsidian Color Palette
Discover the beautiful Midnight Obsidian color palette featuring mirage (#1c1c3b), gun powder (#3f3f50), mid gray (#61616b), jumbo (#85858e) and spun pearl (#a5a5b1).
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 Midnight Obsidian palette
💻 Midnight Obsidian color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3f3f50;
}
.color-3 {
color: #61616b;
}
.color-4 {
color: #85858e;
}
.color-5 {
color: #a5a5b1;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3f3f50;
--color-3: #61616b;
--color-4: #85858e;
--color-5: #a5a5b1;
} 🌈 Midnight Obsidian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3f3f50, #61616b, #85858e, #a5a5b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3f3f50, #61616b, #85858e, #a5a5b1);
} 🔗 Explore similar color palettes
Midnight Obsidian color palette created on .