Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

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

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #d0ccc3;
}
.color-2 {
color: #c4af7e;
}
.color-3 {
color: #a09e98;
}
.color-4 {
color: #a57a55;
}
.color-5 {
color: #797363;
}

/* CSS Variables */
:root {
--color-1: #d0ccc3;
--color-2: #c4af7e;
--color-3: #a09e98;
--color-4: #a57a55;
--color-5: #797363;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}

Whispers of Earth color palette created on .