Whispers of Earth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Earth palette
Image Gallery

Whispers of Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #b9b7a7;
}
.color-2 {
color: #9fa395;
}
.color-3 {
color: #948d7f;
}
.color-4 {
color: #877868;
}
.color-5 {
color: #6a5c4e;
}
/* CSS Variables */
:root {
--color-1: #b9b7a7;
--color-2: #9fa395;
--color-3: #948d7f;
--color-4: #877868;
--color-5: #6a5c4e;
}
Whispers of Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}
似たようなカラーパレット
Whispers of Earth color palette created on .