That 70s Show Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with That 70s Show palette

Share this palette to:

That 70s Show color palette PNG image

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

That 70s Show color palette 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;
}

That 70s Show background gradient CSS

/* 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 .