Whispering Mist Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Mist Hues palette

このパレットを共有する先:

Whispering Mist Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #dacecf;
}
.color-2 {
color: #b8bbc7;
}
.color-3 {
color: #a2adbe;
}
.color-4 {
color: #8a9cb2;
}
.color-5 {
color: #7f6c73;
}

/* CSS Variables */
:root {
--color-1: #dacecf;
--color-2: #b8bbc7;
--color-3: #a2adbe;
--color-4: #8a9cb2;
--color-5: #7f6c73;
}

Whispering Mist Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dacecf, #b8bbc7, #a2adbe, #8a9cb2, #7f6c73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dacecf, #b8bbc7, #a2adbe, #8a9cb2, #7f6c73);
}

Whispering Mist Hues color palette created on .