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: #a7a8aa;
}
.color-2 {
color: #d2d4d5;
}
.color-3 {
color: #f1f3f4;
}
.color-4 {
color: #dfe1e2;
}
.color-5 {
color: #b0b4b5;
}

/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #d2d4d5;
--color-3: #f1f3f4;
--color-4: #dfe1e2;
--color-5: #b0b4b5;
}

CSS del degradado de fondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #d2d4d5, #f1f3f4, #dfe1e2, #b0b4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #d2d4d5, #f1f3f4, #dfe1e2, #b0b4b5);
}

Shades of Gray color palette created on .