Whispers of Soft Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Soft Earth palette

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

Whispers of Soft Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #e9e9e8;
}
.color-2 {
color: #eadacd;
}
.color-3 {
color: #dbdbdb;
}
.color-4 {
color: #dad2c8;
}
.color-5 {
color: #bfb2ab;
}

/* CSS Variables */
:root {
--color-1: #e9e9e8;
--color-2: #eadacd;
--color-3: #dbdbdb;
--color-4: #dad2c8;
--color-5: #bfb2ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e9e8, #eadacd, #dbdbdb, #dad2c8, #bfb2ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e9e8, #eadacd, #dbdbdb, #dad2c8, #bfb2ab);
}

Whispers of Soft Earth color palette created on .