Paleta de colores Linkin Park

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Linkin Park palette

Compartir esta paleta en:

Descargar la paleta de colores Linkin Park (PNG)

Download linkin park color palette PNG image (landscape)
Download linkin park color palette PNG image (square)

CSS de la paleta de colores Linkin Park

/* CSS */
.color-1 {
color: #1d202a;
}
.color-2 {
color: #3e3f51;
}
.color-3 {
color: #5b5e6b;
}
.color-4 {
color: #8a8a99;
}
.color-5 {
color: #c6c8d7;
}

/* CSS Variables */
:root {
--color-1: #1d202a;
--color-2: #3e3f51;
--color-3: #5b5e6b;
--color-4: #8a8a99;
--color-5: #c6c8d7;
}

CSS del degradado de fondo Linkin Park

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202a, #3e3f51, #5b5e6b, #8a8a99, #c6c8d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202a, #3e3f51, #5b5e6b, #8a8a99, #c6c8d7);
}

Linkin Park color palette created on .