Whispers of Autumn Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Bliss palette

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

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

/* CSS */
.color-1 {
color: #c4bbb1;
}
.color-2 {
color: #e2b05a;
}
.color-3 {
color: #da81a3;
}
.color-4 {
color: #9b978c;
}
.color-5 {
color: #ca674e;
}

/* CSS Variables */
:root {
--color-1: #c4bbb1;
--color-2: #e2b05a;
--color-3: #da81a3;
--color-4: #9b978c;
--color-5: #ca674e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4bbb1, #e2b05a, #da81a3, #9b978c, #ca674e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4bbb1, #e2b05a, #da81a3, #9b978c, #ca674e);
}

Whispers of Autumn Bliss color palette created on .