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: #2d3121;
}
.color-2 {
color: #4b4f4a;
}
.color-3 {
color: #7c7e7c;
}
.color-4 {
color: #a4a8a4;
}
.color-5 {
color: #d0d2d0;
}

/* CSS Variables */
:root {
--color-1: #2d3121;
--color-2: #4b4f4a;
--color-3: #7c7e7c;
--color-4: #a4a8a4;
--color-5: #d0d2d0;
}

CSS del degradado de fondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3121, #4b4f4a, #7c7e7c, #a4a8a4, #d0d2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3121, #4b4f4a, #7c7e7c, #a4a8a4, #d0d2d0);
}

Shades of Grey color palette created on .