Cosmic Abyss Color Palette
Discover the beautiful Cosmic Abyss color palette featuring shark (#1a1a1f), tuna (#3c3c49), mid gray (#5a5a6c), manatee (#8a8a9e) and lavender gray (#b6b6d8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Deep, Space, Night Sky, Gray, Modern, Vibrant, Deep Winter 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 Cosmic Abyss palette
💻 Cosmic Abyss color palette CSS
/* CSS */
.color-1 {
color: #1a1a1f;
}
.color-2 {
color: #3c3c49;
}
.color-3 {
color: #5a5a6c;
}
.color-4 {
color: #8a8a9e;
}
.color-5 {
color: #b6b6d8;
}
/* CSS Variables */
:root {
--color-1: #1a1a1f;
--color-2: #3c3c49;
--color-3: #5a5a6c;
--color-4: #8a8a9e;
--color-5: #b6b6d8;
}
🌈 Cosmic Abyss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1f, #3c3c49, #5a5a6c, #8a8a9e, #b6b6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1f, #3c3c49, #5a5a6c, #8a8a9e, #b6b6d8);
}
🔗 Explore similar color palettes
Cosmic Abyss color palette created on .