70s Retro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 70s Retro palette

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

70s Retro カラー パレット PNG 画像

Download 70s retro color palette PNG image (landscape)
Download 70s retro color palette PNG image (square)

70s Retro カラーパレット CSS

/* CSS */
.color-1 {
color: #d0b49f;
}
.color-2 {
color: #c9493b;
}
.color-3 {
color: #5b8c9a;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #e5c49f;
}

/* CSS Variables */
:root {
--color-1: #d0b49f;
--color-2: #c9493b;
--color-3: #5b8c9a;
--color-4: #3d3d3d;
--color-5: #e5c49f;
}

70s Retro の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b49f, #c9493b, #5b8c9a, #3d3d3d, #e5c49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b49f, #c9493b, #5b8c9a, #3d3d3d, #e5c49f);
}

70s Retro color palette created on .