Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

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

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #deded9;
}
.color-2 {
color: #cacecd;
}
.color-3 {
color: #bfc1be;
}
.color-4 {
color: #afa99d;
}
.color-5 {
color: #9b8e78;
}

/* CSS Variables */
:root {
--color-1: #deded9;
--color-2: #cacecd;
--color-3: #bfc1be;
--color-4: #afa99d;
--color-5: #9b8e78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deded9, #cacecd, #bfc1be, #afa99d, #9b8e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deded9, #cacecd, #bfc1be, #afa99d, #9b8e78);
}

Whispers of Earth color palette created on .