70s Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 70s Vibes palette
70s Vibes カラー パレット PNG 画像
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 .