Paleta de colores Ночь

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ночь palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ночь

Download ночь color palette PNG image (landscape)
Download ночь color palette PNG image (square)

CSS de la paleta de colores Ночь

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #5d6d7e;
}
.color-4 {
color: #85c1ae;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #5d6d7e;
--color-4: #85c1ae;
--color-5: #f39c12;
}

CSS del degradado de fondo Ночь

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #5d6d7e, #85c1ae, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #5d6d7e, #85c1ae, #f39c12);
}

Ночь color palette created on .