Paleta de colores Shades of Grey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Grey palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Grey

/* CSS */
.color-1 {
color: #b8b8b8;
}
.color-2 {
color: #a1a1a1;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #707070;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #b8b8b8;
--color-2: #a1a1a1;
--color-3: #8c8c8c;
--color-4: #707070;
--color-5: #3d3d3d;
}

CSS del degradado de fondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8b8b8, #a1a1a1, #8c8c8c, #707070, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8b8b8, #a1a1a1, #8c8c8c, #707070, #3d3d3d);
}

Shades of Grey color palette created on .