Paleta de colores 80s Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 80s Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores 80s Sunshine

/* CSS */
.color-1 {
color: #ffea00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffea00;
--color-2: #ffb300;
--color-3: #ff9100;
--color-4: #ff6e00;
--color-5: #ff3c00;
}

CSS del degradado de fondo 80s Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffea00, #ffb300, #ff9100, #ff6e00, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffea00, #ffb300, #ff9100, #ff6e00, #ff3c00);
}

Paletas de colores similares

80s Sunshine color palette created on .