Paleta de colores Snowstorm Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Snowstorm Night palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Snowstorm Night

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

CSS de la paleta de colores Snowstorm Night

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7496af;
}
.color-3 {
color: #4c8fa9;
}
.color-4 {
color: #2c5e6d;
}
.color-5 {
color: #1f3a61;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7496af;
--color-3: #4c8fa9;
--color-4: #2c5e6d;
--color-5: #1f3a61;
}

CSS del degradado de fondo Snowstorm Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}

Snowstorm Night color palette created on .