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