80s Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 80s Sunshine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 80s Sunshine

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

tavolozza dei colori 80s Sunshine CSS

/* 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 con gradiente di sfondo 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);
}

80s Sunshine color palette created on .