Paleta de colores Whispers of Gray

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Gray palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Gray

/* CSS */
.color-1 {
color: #4e4b8b;
}
.color-2 {
color: #7b7b9d;
}
.color-3 {
color: #a3a1af;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #f3f1e8;
}

/* CSS Variables */
:root {
--color-1: #4e4b8b;
--color-2: #7b7b9d;
--color-3: #a3a1af;
--color-4: #d2d0c6;
--color-5: #f3f1e8;
}

CSS del degradado de fondo Whispers of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e4b8b, #7b7b9d, #a3a1af, #d2d0c6, #f3f1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e4b8b, #7b7b9d, #a3a1af, #d2d0c6, #f3f1e8);
}

Whispers of Gray color palette created on .