Security Breach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Security Breach palette
Security Breach color palette PNG image
Security Breach color palette CSS
/* CSS */
.color-1 {
color: #131136;
}
.color-2 {
color: #252268;
}
.color-3 {
color: #322f93;
}
.color-4 {
color: #5d54c0;
}
.color-5 {
color: #b9b3ff;
}
/* CSS Variables */
:root {
--color-1: #131136;
--color-2: #252268;
--color-3: #322f93;
--color-4: #5d54c0;
--color-5: #b9b3ff;
}
Security Breach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #131136, #252268, #322f93, #5d54c0, #b9b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #131136, #252268, #322f93, #5d54c0, #b9b3ff);
}
Similar color palettes
Security Breach color palette created on .