Paleta de colores Deep Winter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Winter palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Deep Winter

Download deep winter color palette PNG image (landscape)
Download deep winter color palette PNG image (square)

CSS de la paleta de colores Deep Winter

/* CSS */
.color-1 {
color: #3a498d;
}
.color-2 {
color: #506b9b;
}
.color-3 {
color: #76a1b2;
}
.color-4 {
color: #c8d4e4;
}
.color-5 {
color: #f1f4f8;
}

/* CSS Variables */
:root {
--color-1: #3a498d;
--color-2: #506b9b;
--color-3: #76a1b2;
--color-4: #c8d4e4;
--color-5: #f1f4f8;
}

CSS del degradado de fondo Deep Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a498d, #506b9b, #76a1b2, #c8d4e4, #f1f4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a498d, #506b9b, #76a1b2, #c8d4e4, #f1f4f8);
}

Deep Winter color palette created on .