Paleta de colores Whispering Whites

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Whites palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Whispering Whites

Download whispering whites color palette PNG image (landscape)
Download whispering whites color palette PNG image (square)

CSS de la paleta de colores Whispering Whites

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f0f0;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0f0;
--color-3: #e0e0e0;
--color-4: #d1d1d1;
--color-5: #bfbfbf;
}

CSS del degradado de fondo Whispering Whites

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}

Whispering Whites color palette created on .