Paleta de colores Black Violet Digital

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Violet Digital palette

Compartir esta paleta en:

Descargar la paleta de colores Black Violet Digital (PNG)

Download black violet digital color palette PNG image (landscape)
Download black violet digital color palette PNG image (square)

CSS de la paleta de colores Black Violet Digital

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #4a3c5d;
}
.color-3 {
color: #795d83;
}
.color-4 {
color: #c17ec9;
}
.color-5 {
color: #e5a9e0;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4a3c5d;
--color-3: #795d83;
--color-4: #c17ec9;
--color-5: #e5a9e0;
}

CSS del degradado de fondo Black Violet Digital

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4a3c5d, #795d83, #c17ec9, #e5a9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4a3c5d, #795d83, #c17ec9, #e5a9e0);
}

Black Violet Digital color palette created on .