Paleta de colores 80s Vibe

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 80s Vibe palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 80s Vibe

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

CSS de la paleta de colores 80s Vibe

/* 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 del degradado de fondo 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 .