Paleta de colores Whispers of Frost

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Frost palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Frost

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafdff;
}
.color-3 {
color: #f5ffff;
}
.color-4 {
color: #eff6fb;
}
.color-5 {
color: #e4f5f7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafdff;
--color-3: #f5ffff;
--color-4: #eff6fb;
--color-5: #e4f5f7;
}

CSS del degradado de fondo Whispers of Frost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafdff, #f5ffff, #eff6fb, #e4f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafdff, #f5ffff, #eff6fb, #e4f5f7);
}

Whispers of Frost color palette created on .