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