70s Earthtones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 70s Earthtones palette
70s Earthtones カラー パレット PNG 画像
70s Earthtones カラーパレット CSS
/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #b68a5d;
}
.color-3 {
color: #a3764d;
}
.color-4 {
color: #8c4b3b;
}
.color-5 {
color: #793b2f;
}
/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #b68a5d;
--color-3: #a3764d;
--color-4: #8c4b3b;
--color-5: #793b2f;
}
70s Earthtones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #b68a5d, #a3764d, #8c4b3b, #793b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #b68a5d, #a3764d, #8c4b3b, #793b2f);
}
似たようなカラーパレット
70s Earthtones color palette created on .