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