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