80s Vibe Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 80s Vibe palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 80s Vibe

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

tavolozza dei colori 80s Vibe CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #b8def5;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb30f;
--color-3: #ffd900;
--color-4: #b8def5;
--color-5: #ff3d3d;
}

CSS con gradiente di sfondo 80s Vibe

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb30f, #ffd900, #b8def5, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb30f, #ffd900, #b8def5, #ff3d3d);
}

80s Vibe color palette created on .