Whispers of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

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

Whispers of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #a7c19f;
}
.color-2 {
color: #e5a9b5;
}
.color-3 {
color: #d8887d;
}
.color-4 {
color: #3b3b3b;
}
.color-5 {
color: #f9f6f1;
}

/* CSS Variables */
:root {
--color-1: #a7c19f;
--color-2: #e5a9b5;
--color-3: #d8887d;
--color-4: #3b3b3b;
--color-5: #f9f6f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c19f, #e5a9b5, #d8887d, #3b3b3b, #f9f6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c19f, #e5a9b5, #d8887d, #3b3b3b, #f9f6f1);
}

Whispers of Autumn color palette created on .