Paleta de colores Security Breach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Security Breach palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Security Breach

Download security breach color palette PNG image (landscape)
Download security breach color palette PNG image (square)

CSS de la paleta de colores Security Breach

/* 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;
}

CSS del degradado de fondo Security Breach

/* 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);
}

Security Breach color palette created on .