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