80s Horror Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 80s Horror palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 80s Horror

Download 80s horror color palette PNG image (landscape)
Download 80s horror color palette PNG image (square)

tavolozza dei colori 80s Horror CSS

/* CSS */
.color-1 {
color: #d71d3c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #3b1b6f;
}
.color-4 {
color: #0d5b9c;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #d71d3c;
--color-2: #f5a300;
--color-3: #3b1b6f;
--color-4: #0d5b9c;
--color-5: #f7e1a1;
}

CSS con gradiente di sfondo 80s Horror

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}

80s Horror color palette created on .