Whispers of Autumn Mist カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Autumn Mist palette
Whispers of Autumn Mist カラーパレット CSS
/* CSS */
.color-1 {
color: #fafafa;
}
.color-2 {
color: #d3c7c5;
}
.color-3 {
color: #97a6af;
}
.color-4 {
color: #d56948;
}
.color-5 {
color: #68858d;
}
/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #d3c7c5;
--color-3: #97a6af;
--color-4: #d56948;
--color-5: #68858d;
}
Whispers of Autumn Mist の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #d3c7c5, #97a6af, #d56948, #68858d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #d3c7c5, #97a6af, #d56948, #68858d);
}
似たようなカラーパレット
下にスクロールして1個の白カラーパレットを探索しましょう
Whispers of Autumn Mist color palette created on .