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