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