That 70s Show カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with That 70s Show palette

このパレットを共有する先:

That 70s Show カラーパレット (PNG) をダウンロード

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

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;
}

That 70s Show の背景のグラデーション 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 .