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