70s Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 70s Vibes palette

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

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

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

70s Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #a46d3d;
}
.color-2 {
color: #a45432;
}
.color-3 {
color: #903d2c;
}
.color-4 {
color: #713347;
}
.color-5 {
color: #512a45;
}

/* CSS Variables */
:root {
--color-1: #a46d3d;
--color-2: #a45432;
--color-3: #903d2c;
--color-4: #713347;
--color-5: #512a45;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a46d3d, #a45432, #903d2c, #713347, #512a45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a46d3d, #a45432, #903d2c, #713347, #512a45);
}

70s Vibes color palette created on .