Paleta de colores Snow Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Snow Night palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Snow Night

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

CSS de la paleta de colores Snow Night

/* CSS */
.color-1 {
color: #1a202d;
}
.color-2 {
color: #2a3346;
}
.color-3 {
color: #4a5b7d;
}
.color-4 {
color: #6c809d;
}
.color-5 {
color: #b9d0e9;
}

/* CSS Variables */
:root {
--color-1: #1a202d;
--color-2: #2a3346;
--color-3: #4a5b7d;
--color-4: #6c809d;
--color-5: #b9d0e9;
}

CSS del degradado de fondo Snow Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a202d, #2a3346, #4a5b7d, #6c809d, #b9d0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a202d, #2a3346, #4a5b7d, #6c809d, #b9d0e9);
}

Snow Night color palette created on .