Paleta de colores Shades of Gray
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Gray palette
CSS de la paleta de colores Shades of Gray
/* CSS */
.color-1 {
color: #6e6e6e;
}
.color-2 {
color: #8c8c8c;
}
.color-3 {
color: #a3a3a3;
}
.color-4 {
color: #bfbfbf;
}
.color-5 {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--color-1: #6e6e6e;
--color-2: #8c8c8c;
--color-3: #a3a3a3;
--color-4: #bfbfbf;
--color-5: #d9d9d9;
}
CSS del degradado de fondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e6e6e, #8c8c8c, #a3a3a3, #bfbfbf, #d9d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e6e6e, #8c8c8c, #a3a3a3, #bfbfbf, #d9d9d9);
}
Paletas de colores similares
Shades of Gray color palette created on .