Paleta de colores That 70s Show

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with That 70s Show palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores That 70s Show

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

CSS de la paleta de colores That 70s Show

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