Whispers of Mist カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Mist palette
Whispers of Mist カラーパレット CSS
/* CSS */
.color-1 {
color: #a6a8b0;
}
.color-2 {
color: #c5c7d3;
}
.color-3 {
color: #e2e5e9;
}
.color-4 {
color: #f2f4f8;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #a6a8b0;
--color-2: #c5c7d3;
--color-3: #e2e5e9;
--color-4: #f2f4f8;
--color-5: #ffffff;
}
Whispers of Mist の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8b0, #c5c7d3, #e2e5e9, #f2f4f8, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8b0, #c5c7d3, #e2e5e9, #f2f4f8, #ffffff);
}
似たようなカラーパレット
Whispers of Mist color palette created on .