Paleta de colores Cool Winter Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cool Winter Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cool Winter Blue

Download cool winter blue color palette PNG image (landscape)
Download cool winter blue color palette PNG image (square)

CSS de la paleta de colores Cool Winter Blue

/* CSS */
.color-1 {
color: #a1b2c4;
}
.color-2 {
color: #b5c8d4;
}
.color-3 {
color: #e2e7e9;
}
.color-4 {
color: #f3f5f7;
}
.color-5 {
color: #c2d4e0;
}

/* CSS Variables */
:root {
--color-1: #a1b2c4;
--color-2: #b5c8d4;
--color-3: #e2e7e9;
--color-4: #f3f5f7;
--color-5: #c2d4e0;
}

CSS del degradado de fondo Cool Winter Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}

Cool Winter Blue color palette created on .