Whispers of Earth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Earth palette
Image Gallery
Whispers of Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #cbc3b3;
}
.color-2 {
color: #aea189;
}
.color-3 {
color: #95876a;
}
.color-4 {
color: #7f7153;
}
.color-5 {
color: #69613f;
}
/* CSS Variables */
:root {
--color-1: #cbc3b3;
--color-2: #aea189;
--color-3: #95876a;
--color-4: #7f7153;
--color-5: #69613f;
}
Whispers of Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbc3b3, #aea189, #95876a, #7f7153, #69613f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbc3b3, #aea189, #95876a, #7f7153, #69613f);
}
似たようなカラーパレット
Whispers of Earth color palette created on .