Paleta de colores Ice Wind

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ice Wind palette

Compartir esta paleta en:

CSS de la paleta de colores Ice Wind

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #a1c5d9;
}
.color-3 {
color: #77b5d4;
}
.color-4 {
color: #5a9bb5;
}
.color-5 {
color: #f0e2c7;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #a1c5d9;
--color-3: #77b5d4;
--color-4: #5a9bb5;
--color-5: #f0e2c7;
}

CSS del degradado de fondo Ice Wind

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #a1c5d9, #77b5d4, #5a9bb5, #f0e2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #a1c5d9, #77b5d4, #5a9bb5, #f0e2c7);
}

Ice Wind color palette created on .