Earthy Tan Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Tan Shades palette
Earthy Tan Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #d9c9a0;
}
.color-2 {
color: #c6b59f;
}
.color-3 {
color: #a7997b;
}
.color-4 {
color: #7d5c4f;
}
.color-5 {
color: #4e3b2c;
}
/* CSS Variables */
:root {
--color-1: #d9c9a0;
--color-2: #c6b59f;
--color-3: #a7997b;
--color-4: #7d5c4f;
--color-5: #4e3b2c;
}
Earthy Tan Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9a0, #c6b59f, #a7997b, #7d5c4f, #4e3b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9a0, #c6b59f, #a7997b, #7d5c4f, #4e3b2c);
}
似たようなカラーパレット
Earthy Tan Shades color palette created on .