Whispers of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earth palette

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

Whispers of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #cac2b4;
}
.color-2 {
color: #bcb4a9;
}
.color-3 {
color: #b0a89b;
}
.color-4 {
color: #a19687;
}
.color-5 {
color: #a88c5d;
}

/* CSS Variables */
:root {
--color-1: #cac2b4;
--color-2: #bcb4a9;
--color-3: #b0a89b;
--color-4: #a19687;
--color-5: #a88c5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cac2b4, #bcb4a9, #b0a89b, #a19687, #a88c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cac2b4, #bcb4a9, #b0a89b, #a19687, #a88c5d);
}

Whispers of Earth color palette created on .