Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

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

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #dcdccb;
}
.color-2 {
color: #c2ac7a;
}
.color-3 {
color: #859997;
}
.color-4 {
color: #927649;
}
.color-5 {
color: #556867;
}

/* CSS Variables */
:root {
--color-1: #dcdccb;
--color-2: #c2ac7a;
--color-3: #859997;
--color-4: #927649;
--color-5: #556867;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcdccb, #c2ac7a, #859997, #927649, #556867);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcdccb, #c2ac7a, #859997, #927649, #556867);
}

Whispers of Earth color palette created on .