Ethereal Vigilance Color Palette
Discover the beautiful Ethereal Vigilance color palette featuring bright gray (#393e4d), comet (#586175), regent gray (#838ca4), manatee (#8f929a) and shark (#26262c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Dark, Deep, Gray, Masculine, Minimalist, Modern, Neutral 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 Ethereal Vigilance palette
💻 Ethereal Vigilance color palette CSS
/* CSS */
.color-1 {
color: #393e4d;
}
.color-2 {
color: #586175;
}
.color-3 {
color: #838ca4;
}
.color-4 {
color: #8f929a;
}
.color-5 {
color: #26262c;
}
/* CSS Variables */
:root {
--color-1: #393e4d;
--color-2: #586175;
--color-3: #838ca4;
--color-4: #8f929a;
--color-5: #26262c;
} 🌈 Ethereal Vigilance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393e4d, #586175, #838ca4, #8f929a, #26262c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393e4d, #586175, #838ca4, #8f929a, #26262c);
} 🔗 Explore similar color palettes
Ethereal Vigilance color palette created on .