Paleta de colores Black and Purplish-Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black and Purplish-Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Black and Purplish-Blue

Download black and purplish-blue color palette PNG image (landscape)
Download black and purplish-blue color palette PNG image (square)

CSS de la paleta de colores Black and Purplish-Blue

/* CSS */
.color-1 {
color: #070094;
}
.color-2 {
color: #1900bd;
}
.color-3 {
color: #2e00e6;
}
.color-4 {
color: #481fff;
}
.color-5 {
color: #9d57ff;
}

/* CSS Variables */
:root {
--color-1: #070094;
--color-2: #1900bd;
--color-3: #2e00e6;
--color-4: #481fff;
--color-5: #9d57ff;
}

CSS del degradado de fondo Black and Purplish-Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}

Black and Purplish-Blue color palette created on .