Paleta de colores Shades of Shadow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Shadow palette
CSS de la paleta de colores Shades of Shadow
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #a6a6a6;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #4d4d4d;
--color-3: #808080;
--color-4: #a6a6a6;
--color-5: #f2f2f2;
}
CSS del degradado de fondo Shades of Shadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #4d4d4d, #808080, #a6a6a6, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #4d4d4d, #808080, #a6a6a6, #f2f2f2);
}
Paletas de colores similares
Shades of Shadow color palette created on .