Paleta de colores Blue Nightfall

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Nightfall palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Nightfall

Download blue nightfall color palette PNG image (landscape)
Download blue nightfall color palette PNG image (square)

CSS de la paleta de colores Blue Nightfall

/* CSS */
.color-1 {
color: #2c2c5e;
}
.color-2 {
color: #5f5f9b;
}
.color-3 {
color: #a7a8d7;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f15a27;
}

/* CSS Variables */
:root {
--color-1: #2c2c5e;
--color-2: #5f5f9b;
--color-3: #a7a8d7;
--color-4: #f1c84b;
--color-5: #f15a27;
}

CSS del degradado de fondo Blue Nightfall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2c5e, #5f5f9b, #a7a8d7, #f1c84b, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2c5e, #5f5f9b, #a7a8d7, #f1c84b, #f15a27);
}

Blue Nightfall color palette created on .