That 70s Show Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with That 70s Show palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori That 70s Show

Download that 70s show color palette PNG image (landscape)
Download that 70s show color palette PNG image (square)

tavolozza dei colori That 70s Show CSS

/* CSS */
.color-1 {
color: #d9a24a;
}
.color-2 {
color: #d06c3e;
}
.color-3 {
color: #c64e3f;
}
.color-4 {
color: #8b4e2d;
}
.color-5 {
color: #2b503b;
}

/* CSS Variables */
:root {
--color-1: #d9a24a;
--color-2: #d06c3e;
--color-3: #c64e3f;
--color-4: #8b4e2d;
--color-5: #2b503b;
}

CSS con gradiente di sfondo That 70s Show

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a24a, #d06c3e, #c64e3f, #8b4e2d, #2b503b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a24a, #d06c3e, #c64e3f, #8b4e2d, #2b503b);
}

That 70s Show color palette created on .