Ominous Color Palette
Discover the beautiful Ominous color palette featuring bright gray (#3b3c4e), mid gray (#5a5b6d), waterloo (#7b7f8e), aluminium (#a8abb8) and mischka (#d1d4e0).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Blue, Deep, Soft Winter, Elegant 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 Ominous palette
💻 Ominous color palette CSS
/* CSS */
.color-1 {
color: #3b3c4e;
}
.color-2 {
color: #5a5b6d;
}
.color-3 {
color: #7b7f8e;
}
.color-4 {
color: #a8abb8;
}
.color-5 {
color: #d1d4e0;
}
/* CSS Variables */
:root {
--color-1: #3b3c4e;
--color-2: #5a5b6d;
--color-3: #7b7f8e;
--color-4: #a8abb8;
--color-5: #d1d4e0;
}
🌈 Ominous background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3c4e, #5a5b6d, #7b7f8e, #a8abb8, #d1d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3c4e, #5a5b6d, #7b7f8e, #a8abb8, #d1d4e0);
}
🔗 Explore similar color palettes
Ominous color palette created on .