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