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