Paleta de colores Whispers of Soft Grey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Grey palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Grey

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #d7d6d5;
}
.color-4 {
color: #c6c4c3;
}
.color-5 {
color: #b7b5b3;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #e6e6e6;
--color-3: #d7d6d5;
--color-4: #c6c4c3;
--color-5: #b7b5b3;
}

CSS del degradado de fondo Whispers of Soft Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #e6e6e6, #d7d6d5, #c6c4c3, #b7b5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #e6e6e6, #d7d6d5, #c6c4c3, #b7b5b3);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 2 paletas de colores Blanco

Whispers of Soft Grey color palette created on .