Paleta de colores Snowy Plains

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Snowy Plains palette

Compartir esta paleta en:

Descargar la paleta de colores Snowy Plains (PNG)

Download snowy plains color palette PNG image (landscape)
Download snowy plains color palette PNG image (square)

CSS de la paleta de colores Snowy Plains

/* CSS */
.color-1 {
color: #d6e7f5;
}
.color-2 {
color: #a2c6e7;
}
.color-3 {
color: #78b6e2;
}
.color-4 {
color: #4c9fd6;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #d6e7f5;
--color-2: #a2c6e7;
--color-3: #78b6e2;
--color-4: #4c9fd6;
--color-5: #007c9e;
}

CSS del degradado de fondo Snowy Plains

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e7f5, #a2c6e7, #78b6e2, #4c9fd6, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e7f5, #a2c6e7, #78b6e2, #4c9fd6, #007c9e);
}

Snowy Plains color palette created on .