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