Paleta de colores Whispering Grays

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Grays palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Grays

/* CSS */
.color-1 {
color: #a2a7b4;
}
.color-2 {
color: #bfc2ca;
}
.color-3 {
color: #d4d7dd;
}
.color-4 {
color: #e8e3e6;
}
.color-5 {
color: #f0f2f4;
}

/* CSS Variables */
:root {
--color-1: #a2a7b4;
--color-2: #bfc2ca;
--color-3: #d4d7dd;
--color-4: #e8e3e6;
--color-5: #f0f2f4;
}

CSS del degradado de fondo Whispering Grays

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2a7b4, #bfc2ca, #d4d7dd, #e8e3e6, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2a7b4, #bfc2ca, #d4d7dd, #e8e3e6, #f0f2f4);
}

Whispering Grays color palette created on .