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