Whispers of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

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

Whispers of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f4e2;
}
.color-2 {
color: #e2cec5;
}
.color-3 {
color: #d6a185;
}
.color-4 {
color: #b56c4a;
}
.color-5 {
color: #8c4b3b;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e2cec5;
--color-3: #d6a185;
--color-4: #b56c4a;
--color-5: #8c4b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}

Whispers of Autumn color palette created on .