Paleta de colores Whispers of Silver

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Silver palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Silver

/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #cfd2d3;
}
.color-4 {
color: #e0e3e5;
}
.color-5 {
color: #f6f8f9;
}

/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #b0b3b5;
--color-3: #cfd2d3;
--color-4: #e0e3e5;
--color-5: #f6f8f9;
}

CSS del degradado de fondo Whispers of Silver

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #b0b3b5, #cfd2d3, #e0e3e5, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #b0b3b5, #cfd2d3, #e0e3e5, #f6f8f9);
}

Whispers of Silver color palette created on .