Whispers of Fog カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Fog palette
Image Gallery

Whispers of Fog カラーパレット CSS
/* CSS */
.color-1 {
color: #f1ede9;
}
.color-2 {
color: #b8bec1;
}
.color-3 {
color: #93989f;
}
.color-4 {
color: #72777e;
}
.color-5 {
color: #4d555b;
}
/* CSS Variables */
:root {
--color-1: #f1ede9;
--color-2: #b8bec1;
--color-3: #93989f;
--color-4: #72777e;
--color-5: #4d555b;
}
Whispers of Fog の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ede9, #b8bec1, #93989f, #72777e, #4d555b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ede9, #b8bec1, #93989f, #72777e, #4d555b);
}
似たようなカラーパレット
Whispers of Fog color palette created on .