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