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: #fcfdfd;
}
.color-3 {
color: #fefdfb;
}
.color-4 {
color: #fffdfa;
}
.color-5 {
color: #fbf7f4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfd;
--color-3: #fefdfb;
--color-4: #fffdfa;
--color-5: #fbf7f4;
}

CSS del degradado de fondo Whispers of Frost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfd, #fefdfb, #fffdfa, #fbf7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfd, #fefdfb, #fffdfa, #fbf7f4);
}

Whispers of Frost color palette created on .