Security Breach Color Palette
Discover the beautiful Security Breach color palette featuring haiti (#131135), lucky point (#26226a), bay of many (#322e93), blue violet (#5e55c0) and melrose (#b7b0ff).
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 Security Breach palette
💻 Security Breach color palette CSS
/* CSS */
.color-1 {
color: #131135;
}
.color-2 {
color: #26226a;
}
.color-3 {
color: #322e93;
}
.color-4 {
color: #5e55c0;
}
.color-5 {
color: #b7b0ff;
}
/* CSS Variables */
:root {
--color-1: #131135;
--color-2: #26226a;
--color-3: #322e93;
--color-4: #5e55c0;
--color-5: #b7b0ff;
} 🌈 Security Breach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #131135, #26226a, #322e93, #5e55c0, #b7b0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #131135, #26226a, #322e93, #5e55c0, #b7b0ff);
} 🔗 Explore similar color palettes
Security Breach color palette created on .