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: #3b4a4e;
}
.color-2 {
color: #6d7c7e;
}
.color-3 {
color: #a3b8b8;
}
.color-4 {
color: #e3cece;
}
.color-5 {
color: #f2b6a1;
}
/* CSS Variables */
:root {
--color-1: #3b4a4e;
--color-2: #6d7c7e;
--color-3: #a3b8b8;
--color-4: #e3cece;
--color-5: #f2b6a1;
}
CSS del degradado de fondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a4e, #6d7c7e, #a3b8b8, #e3cece, #f2b6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a4e, #6d7c7e, #a3b8b8, #e3cece, #f2b6a1);
}
Paletas de colores similares
Shades of Gray color palette created on .