Paleta de colores Shades of Gray

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Gray palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Gray

/* CSS */
.color-1 {
color: #d0d1dc;
}
.color-2 {
color: #b7b8c2;
}
.color-3 {
color: #a5a6b1;
}
.color-4 {
color: #e6b7d1;
}
.color-5 {
color: #dfa4b1;
}

/* CSS Variables */
:root {
--color-1: #d0d1dc;
--color-2: #b7b8c2;
--color-3: #a5a6b1;
--color-4: #e6b7d1;
--color-5: #dfa4b1;
}

CSS del degradado de fondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0d1dc, #b7b8c2, #a5a6b1, #e6b7d1, #dfa4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0d1dc, #b7b8c2, #a5a6b1, #e6b7d1, #dfa4b1);
}

Shades of Gray color palette created on .