Paleta de colores Black and Purplish-Blue Void

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black and Purplish-Blue Void palette

Compartir esta paleta en:

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

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

CSS de la paleta de colores Black and Purplish-Blue Void

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3f3f7d;
}
.color-3 {
color: #5a5ab5;
}
.color-4 {
color: #8c8ce3;
}
.color-5 {
color: #c2c2ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3f3f7d;
--color-3: #5a5ab5;
--color-4: #8c8ce3;
--color-5: #c2c2ff;
}

CSS del degradado de fondo Black and Purplish-Blue Void

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}

Black and Purplish-Blue Void color palette created on .