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: #4d5056;
}
.color-2 {
color: #6b6d76;
}
.color-3 {
color: #8a8d99;
}
.color-4 {
color: #b7b9c3;
}
.color-5 {
color: #dadbdd;
}

/* CSS Variables */
:root {
--color-1: #4d5056;
--color-2: #6b6d76;
--color-3: #8a8d99;
--color-4: #b7b9c3;
--color-5: #dadbdd;
}

CSS del degradado de fondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5056, #6b6d76, #8a8d99, #b7b9c3, #dadbdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5056, #6b6d76, #8a8d99, #b7b9c3, #dadbdd);
}

Shades of Gray color palette created on .