Black and Purplish-Blue Color Palette
Discover the beautiful Black and Purplish-Blue color palette featuring navy blue (#070094), dark blue (#1900bd), blue (#2e00e6), electric violet (#481fff) and heliotrope (#9d57ff).
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 Black and Purplish-Blue palette
💻 Black and Purplish-Blue color palette CSS
/* CSS */
.color-1 {
color: #070094;
}
.color-2 {
color: #1900bd;
}
.color-3 {
color: #2e00e6;
}
.color-4 {
color: #481fff;
}
.color-5 {
color: #9d57ff;
}
/* CSS Variables */
:root {
--color-1: #070094;
--color-2: #1900bd;
--color-3: #2e00e6;
--color-4: #481fff;
--color-5: #9d57ff;
} 🌈 Black and Purplish-Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
} 🔗 Explore similar color palettes
Black and Purplish-Blue color palette created on .