Paleta de colores Whispers of Grey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Grey palette

Compartir esta paleta en:

Descargar la paleta de colores Whispers of Grey (PNG)

Download whispers of grey color palette PNG image (landscape)
Download whispers of grey color palette PNG image (square)

CSS de la paleta de colores Whispers of Grey

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b3b3b3;
--color-3: #a6a6a6;
--color-4: #8c8c8c;
--color-5: #808080;
}

CSS del degradado de fondo Whispers of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}

Whispers of Grey color palette created on .