Paleta de colores Shades of Shadow and Light

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Shadow and Light palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Shadow and Light

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #4a4d54;
}
.color-3 {
color: #7c7e83;
}
.color-4 {
color: #b8bfc6;
}
.color-5 {
color: #edf1f2;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4a4d54;
--color-3: #7c7e83;
--color-4: #b8bfc6;
--color-5: #edf1f2;
}

CSS del degradado de fondo Shades of Shadow and Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4a4d54, #7c7e83, #b8bfc6, #edf1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4a4d54, #7c7e83, #b8bfc6, #edf1f2);
}

Shades of Shadow and Light color palette created on .