Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

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

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #b3b3ad;
}
.color-2 {
color: #9b9992;
}
.color-3 {
color: #868379;
}
.color-4 {
color: #756f61;
}
.color-5 {
color: #585446;
}

/* CSS Variables */
:root {
--color-1: #b3b3ad;
--color-2: #9b9992;
--color-3: #868379;
--color-4: #756f61;
--color-5: #585446;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3b3ad, #9b9992, #868379, #756f61, #585446);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3b3ad, #9b9992, #868379, #756f61, #585446);
}

Whispers of Earth color palette created on .