Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

このパレットを共有する先:

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #d8d0c5;
}
.color-2 {
color: #c3b8a7;
}
.color-3 {
color: #a8a08f;
}
.color-4 {
color: #6e5b4e;
}
.color-5 {
color: #4a3b30;
}

/* CSS Variables */
:root {
--color-1: #d8d0c5;
--color-2: #c3b8a7;
--color-3: #a8a08f;
--color-4: #6e5b4e;
--color-5: #4a3b30;
}

Whispers of Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d0c5, #c3b8a7, #a8a08f, #6e5b4e, #4a3b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d0c5, #c3b8a7, #a8a08f, #6e5b4e, #4a3b30);
}

Whispers of Earth color palette created on .