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