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: #afb2b6;
}
.color-2 {
color: #a6a9ab;
}
.color-3 {
color: #9da1a4;
}
.color-4 {
color: #8b8f92;
}
.color-5 {
color: #7a7e7f;
}
/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a6a9ab;
--color-3: #9da1a4;
--color-4: #8b8f92;
--color-5: #7a7e7f;
}
CSS del degradado de fondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a6a9ab, #9da1a4, #8b8f92, #7a7e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a6a9ab, #9da1a4, #8b8f92, #7a7e7f);
}
Paletas de colores similares
Shades of Gray color palette created on .