Paleta de colores Stranger Things

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Stranger Things palette

Compartir esta paleta en:

Descargar la paleta de colores Stranger Things (PNG)

Download stranger things color palette PNG image (landscape)
Download stranger things color palette PNG image (square)

CSS de la paleta de colores Stranger Things

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6a2c90;
}
.color-3 {
color: #ae2d65;
}
.color-4 {
color: #f5c619;
}
.color-5 {
color: #f9e24e;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6a2c90;
--color-3: #ae2d65;
--color-4: #f5c619;
--color-5: #f9e24e;
}

CSS del degradado de fondo Stranger Things

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}

Paletas de colores similares

Stranger Things color palette created on .