Security Breach Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Security Breach palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Security Breach

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

tavolozza dei colori Security Breach 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;
}

CSS con gradiente di sfondo 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 .