Paleta de colores Night Shadz

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Night Shadz palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Night Shadz

Download night shadz color palette PNG image (landscape)
Download night shadz color palette PNG image (square)

CSS de la paleta de colores Night Shadz

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3a3c92;
}
.color-3 {
color: #5e5f9c;
}
.color-4 {
color: #8b8fb1;
}
.color-5 {
color: #b0b0d8;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3a3c92;
--color-3: #5e5f9c;
--color-4: #8b8fb1;
--color-5: #b0b0d8;
}

CSS del degradado de fondo Night Shadz

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3a3c92, #5e5f9c, #8b8fb1, #b0b0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3a3c92, #5e5f9c, #8b8fb1, #b0b0d8);
}

Night Shadz color palette created on .