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