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