Whispers of Autumn Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Earth palette

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

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

/* CSS */
.color-1 {
color: #dbdcd0;
}
.color-2 {
color: #c9a978;
}
.color-3 {
color: #a5a397;
}
.color-4 {
color: #a08c64;
}
.color-5 {
color: #7a6d3e;
}

/* CSS Variables */
:root {
--color-1: #dbdcd0;
--color-2: #c9a978;
--color-3: #a5a397;
--color-4: #a08c64;
--color-5: #7a6d3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdcd0, #c9a978, #a5a397, #a08c64, #7a6d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdcd0, #c9a978, #a5a397, #a08c64, #7a6d3e);
}

Whispers of Autumn Earth color palette created on .