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: #a79276;
}
.color-2 {
color: #a48e70;
}
.color-3 {
color: #9f8a6f;
}
.color-4 {
color: #a0896a;
}
.color-5 {
color: #9a866a;
}

/* CSS Variables */
:root {
--color-1: #a79276;
--color-2: #a48e70;
--color-3: #9f8a6f;
--color-4: #a0896a;
--color-5: #9a866a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79276, #a48e70, #9f8a6f, #a0896a, #9a866a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79276, #a48e70, #9f8a6f, #a0896a, #9a866a);
}

Whispers of Autumn Earth color palette created on .