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