Whispering Earth Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Earth Tones palette
Whispering Earth Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #dddad5;
}
.color-2 {
color: #c7c2bc;
}
.color-3 {
color: #bab3ab;
}
.color-4 {
color: #c0a082;
}
.color-5 {
color: #a59c92;
}
/* CSS Variables */
:root {
--color-1: #dddad5;
--color-2: #c7c2bc;
--color-3: #bab3ab;
--color-4: #c0a082;
--color-5: #a59c92;
}
Whispering Earth Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddad5, #c7c2bc, #bab3ab, #c0a082, #a59c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddad5, #c7c2bc, #bab3ab, #c0a082, #a59c92);
}
似たようなカラーパレット
下にスクロールして3個のSoft grayカラーパレットを探索しましょう
Whispering Earth Tones color palette created on .