Misty Autumn Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Misty Autumn Whisper palette
Misty Autumn Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #55544e;
}
.color-2 {
color: #797a75;
}
.color-3 {
color: #a7a79a;
}
.color-4 {
color: #d5d2c3;
}
.color-5 {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--color-1: #55544e;
--color-2: #797a75;
--color-3: #a7a79a;
--color-4: #d5d2c3;
--color-5: #f5f5f5;
}
Misty Autumn Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #55544e, #797a75, #a7a79a, #d5d2c3, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #55544e, #797a75, #a7a79a, #d5d2c3, #f5f5f5);
}
似たようなカラーパレット
下にスクロールして90+個の灰色カラーパレットを探索しましょう
Misty Autumn Whisper color palette created on .