Whispers of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

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

Whispers of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a8a2;
}
.color-2 {
color: #b58c78;
}
.color-3 {
color: #9f6956;
}
.color-4 {
color: #6d4e3b;
}
.color-5 {
color: #4b3a2a;
}

/* CSS Variables */
:root {
--color-1: #e6a8a2;
--color-2: #b58c78;
--color-3: #9f6956;
--color-4: #6d4e3b;
--color-5: #4b3a2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8a2, #b58c78, #9f6956, #6d4e3b, #4b3a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8a2, #b58c78, #9f6956, #6d4e3b, #4b3a2a);
}

Whispers of Autumn color palette created on .