Paleta de colores Shades of Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Twilight palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Twilight (PNG)

Download shades of twilight color palette PNG image (landscape)
Download shades of twilight color palette PNG image (square)

CSS de la paleta de colores Shades of Twilight

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #7a7c7f;
}
.color-3 {
color: #4f5154;
}
.color-4 {
color: #2c2e30;
}
.color-5 {
color: #1b1c1d;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #7a7c7f;
--color-3: #4f5154;
--color-4: #2c2e30;
--color-5: #1b1c1d;
}

CSS del degradado de fondo Shades of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #7a7c7f, #4f5154, #2c2e30, #1b1c1d);
}

Shades of Twilight color palette created on .