Paleta de colores Snow Field
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Snow Field palette
CSS de la paleta de colores Snow Field
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d5e3f6;
}
.color-3 {
color: #afc6e4;
}
.color-4 {
color: #90a2d0;
}
.color-5 {
color: #7a9bc2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d5e3f6;
--color-3: #afc6e4;
--color-4: #90a2d0;
--color-5: #7a9bc2;
}
CSS del degradado de fondo Snow Field
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d5e3f6, #afc6e4, #90a2d0, #7a9bc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d5e3f6, #afc6e4, #90a2d0, #7a9bc2);
}
Paletas de colores similares
Snow Field color palette created on .