Whispers of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

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

Whispers of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #d8dbc2;
}
.color-3 {
color: #adad94;
}
.color-4 {
color: #80896c;
}
.color-5 {
color: #ca4451;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #d8dbc2;
--color-3: #adad94;
--color-4: #80896c;
--color-5: #ca4451;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}

Whispers of Autumn color palette created on .