Muted Earthy Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Earthy Tones palette
Muted Earthy Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #6a412f;
}
.color-2 {
color: #d6a071;
}
.color-3 {
color: #adc37f;
}
.color-4 {
color: #1b1513;
}
.color-5 {
color: #949261;
}
/* CSS Variables */
:root {
--color-1: #6a412f;
--color-2: #d6a071;
--color-3: #adc37f;
--color-4: #1b1513;
--color-5: #949261;
}
Muted Earthy Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a412f, #d6a071, #adc37f, #1b1513, #949261);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a412f, #d6a071, #adc37f, #1b1513, #949261);
}
似たようなカラーパレット
下にスクロールして300+個のアーシーカラーパレットを探索しましょう
Muted Earthy Tones color palette created on .