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