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: #7c7e7e;
}
.color-2 {
color: #a8a9a7;
}
.color-3 {
color: #c1c3c1;
}
.color-4 {
color: #e0e2df;
}
.color-5 {
color: #f6f8f6;
}

/* CSS Variables */
:root {
--color-1: #7c7e7e;
--color-2: #a8a9a7;
--color-3: #c1c3c1;
--color-4: #e0e2df;
--color-5: #f6f8f6;
}

CSS del degradado de fondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}

Shades of Grey color palette created on .