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