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