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