Shadows of Obsidian Color Palette
Discover the beautiful Shadows of Obsidian color palette featuring scorpion (#5c5c5c), tundora (#474747), mine shaft (#3b3b3b), mine shaft (#333333) and mine shaft (#2b2b2b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Muted, Modern, Minimalist, Elegant, Neutral, Autumn 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 Shadows of Obsidian palette
💻 Shadows of Obsidian color palette CSS
/* CSS */
.color-1 {
color: #5c5c5c;
}
.color-2 {
color: #474747;
}
.color-3 {
color: #3b3b3b;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #2b2b2b;
}
/* CSS Variables */
:root {
--color-1: #5c5c5c;
--color-2: #474747;
--color-3: #3b3b3b;
--color-4: #333333;
--color-5: #2b2b2b;
}
🌈 Shadows of Obsidian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c5c5c, #474747, #3b3b3b, #333333, #2b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c5c5c, #474747, #3b3b3b, #333333, #2b2b2b);
}
🔗 Explore similar color palettes
Shadows of Obsidian color palette created on .