Paleta de colores Wisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wisper palette

Compartir esta paleta en:

CSS de la paleta de colores Wisper

/* CSS */
.color-1 {
color: #f7fafd;
}
.color-2 {
color: #eaf5fa;
}
.color-3 {
color: #d5eef6;
}
.color-4 {
color: #82e7f3;
}
.color-5 {
color: #33e3f0;
}

/* CSS Variables */
:root {
--color-1: #f7fafd;
--color-2: #eaf5fa;
--color-3: #d5eef6;
--color-4: #82e7f3;
--color-5: #33e3f0;
}

CSS del degradado de fondo Wisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7fafd, #eaf5fa, #d5eef6, #82e7f3, #33e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7fafd, #eaf5fa, #d5eef6, #82e7f3, #33e3f0);
}

Wisper color palette created on .